How to check if an specific folder (By Name) exists in Google Drive Path

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,

  1. UI Automation of the G-Drive (Not Recommended)

  2. 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

I’m facing the same problem. Any advice on how did you solve it?