Reputation:
I use google-drive-api to get list of files.
I see a parameter named teamDriveId
,I don't know where I can get the value of this parameter.
Can you get teamDriveId
from the response of a method of this api?
Which method did you get it from?
I see team drive from here.
Team Drives are only available to G Suite Business and G Suite Enterprise customers.
Upvotes: 0
Views: 1657
Reputation: 6737
The teamDriveID could be found at the last part of the URL of your Team Drive. it can easily be identified because of it's unique alpha-numeric combination.
See example below:
https://drive.google.com/corp/drive/folders/AbCDeFgH-123XXx
See this post from Gsuite Help Forum.
Upvotes: 4