Hello,
there are a simple fix that permit to send backup to a Shared Drives on Google Drive.
Now the request is:
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:
GET /drive/v3/files/<File ID>?supportsAllDrives=true HTTP/1.1
Host: www.googleapis.com
Content-length: 0
Authorization: Bearer <access Token>>
Many thanks
How did you do this manually as we are having the same issue backing up to google shared drive where is the code located.
Many thanks