The current resources that can be manipulated with the Google Drive node are folders and files. Shared Drive (or previously Team Drive) support as an additional resource would be interesting! This is implemented using the same API.
Ultimately, setting permissions on a Shared Drive would be a thing relevant to my specific use case as well, which I suppose would be relatively straightforward given the above and the fact that the permissions API is also already implemented. At least, I am assuming that.
Has there been an update for this? I am very much wanting this feature to keep a check of new files added to a shared/team drive.
I see from the git link above it says it’s been added. However I cannot for the life me figure out how to access the shared drive!
I’ve seen a thread that states Supports All Drives is needed, but I have no clue where abouts it is or if it needs manually adding to the json I have no idea where it needs to be added.
Hoping someone can point me in the right direction.
The DRIVE resource lets you list the shared drives you have, and see their folderId’s, but to see whats actually in the shared drive you use the normal FILE->LIST resource by putting the shared drive’s folderId into the Query String - 'FOLDER_ID' in parents.