143
Views
3
Comments
[Google Drive Connector] Connect to Google Team Drive
Question
google-drive-connector
Web icon
Forge asset by OutSystems MVPs

Is this support for connecting to Google Team Drive?


UserImage.jpg
Willian Backhaus

I want to know that too, can't use Team Drive folders

2020-01-14 08-53-08
Richard Jan Postema

In the Drive Explorer Sample, simply using the Id of a Team Drive doesn't cut it. I've tried this using a custom input where I can set drive Id's. Team Drive Id's do not return results this way, but my personal drive and Drives Shared with me do. 


However, changing the Url path of FilesList does seem to do something.

/files?corpora={Corpus}&pageSize={PageSize}&q={Q}&pageToken={PageToken}&fields={Fields}&includeItemsFromAllDrives={include}&supportsAllDrives={support}&driveId={customDrive}

Make sure the added parameters are included as input variables throughout or else it won't capture. You can see the returned errors when you set Google Drive Logging level to full.

This tweak gets me past the 403 error but the Demo runs me into a File not Found error.
I think Team Drive items should be possible to access.

2020-01-14 08-53-08
Richard Jan Postema

Richard Jan Postema wrote:


This tweak gets me past the 403 error but the Demo runs me into a File not Found error.
I think Team Drive items should be possible to access.

Alright, the error was caused by the Parents_List server action due to me changing the structure of the Demo. However, I can now access the Google TeamDrive files through outsystems.


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.