Open keatonwalker opened 5 years ago
The Drive code currently assumes all files are stored in a standard user Google Drive.
Using Team Drive would be make managing file ownership easier, but would eliminate shared folder links on the website.
In many methods it will be as simple as adding supportsTeamDrives=True to the drive api call.
supportsTeamDrives=True
The Drive code currently assumes all files are stored in a standard user Google Drive.
Using Team Drive would be make managing file ownership easier, but would eliminate shared folder links on the website.