NJ0011
(Nj0011)
1
I am looking out to check if an specific folder (System.DateTime.Now.ToString(“dd-MM-yyyy”) exists in Google Drive Path folder .
For Eg Parent Folder Path: https://drive.google.com/drive/folders/1zXv108jC3WwzJjashHJJHuZMxhOnK
If Not exists create a new folder with the Today’s Date : System.DateTime.Now.ToString(“dd-MM-yyyy”)
and further use the ID to upload files into it
1 Like
Hey @NJ0011
You can achieve this using two ways,
-
UI Automation of the G-Drive (Not Recommended)
-
Using the G-Drive activities package available
Thanks
#nK
Hi
i have same issue.
If folder not exist then i need to create the new one.
i am using Gsuite activities
Maria_Diaz
(Maria Diaz)
4
I’m facing the same problem. Any advice on how did you solve it?