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