1
Development and Code Review / Backup on Google Drive - shared folder
« on: April 13, 2023, 04:01:11 pm »
Hello,
there are a simple fix that permit to send backup to a Shared Drives on Google Drive.
Now the request is:
It need to modify with this:
Many thanks
there are a simple fix that permit to send backup to a Shared Drives on Google Drive.
Now the request is:
Code: [Select]
GET /drive/v3/files/<ID-file> HTTP/1.1
Host: www.googleapis.com
Content-length: 0
Authorization: Bearer <access Token>
It need to modify with this:
Code: [Select]
GET /drive/v3/files/<File ID>?supportsAllDrives=true HTTP/1.1
Host: www.googleapis.com
Content-length: 0
Authorization: Bearer <access Token>>
Many thanks