agrc / backseat-driver

A python tool to keep gis.utah.gov data download zip files current
0 stars 3 forks source link

Support Team Drives #28

Open keatonwalker opened 5 years ago

keatonwalker commented 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.

keatonwalker commented 5 years ago

In many methods it will be as simple as adding supportsTeamDrives=True to the drive api call.