Google Drive Api - Get Folder Paths
You need to do two things:
- Use files.list (which gives full file resources)
Amend your query to add the parent id you want to search in.
mimeType = 'application/vnd.google-apps.folder' and 'folderId' in parents
You need to do two things:
Amend your query to add the parent id you want to search in.
mimeType = 'application/vnd.google-apps.folder' and 'folderId' in parents