Google Team Drive Changes

First, we’re making changes to authorization for the Google Drive API . If you authorize download requests to the Drive API using the access token in a query parameter, you will need to migrate your requests to authenticate using an HTTP header instead. Starting January 1, 2020, download calls to files.get, revisions.get and files.export endpoints will no longer be supported, which means you’ll need to update your authentication method.

Will this effect our current Rclone setups?

Mike

Here is the announcement from Google, there are other changes to the API that will need to be looked at as well

That doesn’t apply to rclone - we always use the access token in an HTTP header not as a query string.

It looks like the team drive code will need a bit of a refresh though.

I made an issue to track changes we need to make here: https://github.com/ncw/rclone/issues/3139

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.