All,
I am trying to using Google Drive connected system(https://docs.appian.com/suite/help/21.4/google-drive-connected-system.html) , to create folder, upload and download documents to and from google drive folders.
Then API operations (like createFolder, uploadFile, downloadFile, etc) all work perfectly on a personal folder of an auth user, but the same operations are not working on a SHARED folder in google drive, Has anybody got that working with a Shared drive?
I checked out some documentation on google drive APIs at (https://developers.google.com/drive/api/v3/enable-shareddrives?hl=en) and found out that supportsAllDrives=true parameter is required to enable these operations on a shared drive. But there is no way in the connected system to pass this information.
Any ideas? Any suggestion?
Thanks
Pal
Discussion posts and replies are publicly visible
Hi
The Google Drive connected system might have had this update since you wrote this, but I tried and found out that if you use the 'Find File' operation, it actually does send supportsAllDrives=true
this does return me files / folders which are shared to me
Here's my google drive
I even tried to create a folder inside this shared drive folder and it worked without any issues.
Maybe give it a try again or check out the request part and see what parameter values are being sent in your request.
Hope it helps !
The "Download File" operation does not work with Shared folders or have the "SupportAllDrives" set to true. Is there a workaround for this?