How to Access google Folder Files in UiPath

Hi Team,

I want to fetch these two files from a folder “StarTrack”

I am able to fetch the Folder Id but not getting the list of file

image

@JSR_Techno_Talk_s Using the find files\Folder activity you will be getting the Id.

can watch the below video to understand this:

Hey @JSR_Techno_Talk_s

You should use appropriate filtering.

Thanks
#nK

Thanks , Its working

Could u guide me what is missing in the below one, Dynamic one is not working

image

1 Like

image
Now working thanks all

1 Like

Perfect cool @JSR_Techno_Talk_s :slightly_smiling_face::+1::white_check_mark:


Could you please check what mistake i am doing , My folder is creating by ‘Folder name’
‘StarTrackerAutomation’

I want only StarTrackerAutomation

1 Like

Remove the quotes please before and after config.

Just keep Config("Drive folder name").ToString

Thanks
#nK

I already Tried ., when i am doing this getting an error

Task

  • Check Dynamic Folder exist or not
    If not create a new with same name

image

image

Hey @JSR_Techno_Talk_s

You also need to add the single quotes as you did when hard-coded !

Thanks
#nK

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.