DEBUG : rclone: Version "v1.53.1" starting with parameters ["rclone" "about" "########:" "-vv" "--dump" "bodies"]
DEBUG : Using config file from "D:\\App\\rclone\\rclone.conf"
DEBUG : Creating backend with remote "########:"
DEBUG : You have specified to dump information. Please be noted that the Accept-Encoding as shown may not be correct in the request and the response may not show Content-Encoding if the go standard libraries auto gzip encoding was in effect. In this case the body of the request will be gunzipped before showing it.
DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
DEBUG : HTTP REQUEST (req 0xc000444200)
DEBUG : GET /v1.0/drives/########/root HTTP/1.1
Host: graph.microsoft.com
User-Agent: rclone/v1.53.1
Authorization: XXXX
Accept-Encoding: gzip
DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
DEBUG : HTTP RESPONSE (req 0xc000444200)
DEBUG : HTTP/1.1 200 OK
Cache-Control: private
Client-Request-Id: ########
Content-Type: application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8
Date: Tue, 06 Oct 2020 17:58:01 GMT
Odata-Version: 4.0
Request-Id: ########
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Ms-Ags-Diagnostic: {"########"}}
{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#drives('########')/root/$entity","createdDateTime":"########","id":"########","lastModifiedDateTime":"########","name":"root","webUrl":"########","size":2778236796,"parentReference":{"driveId":"########","driveType":"documentLibrary"},"fileSystemInfo":{"createdDateTime":"########","lastModifiedDateTime":"########"},"folder":{"childCount":5},"root":{}}
DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
DEBUG : HTTP REQUEST (req 0xc000276800)
DEBUG : GET /v1.0/drives/######## HTTP/1.1
Host: graph.microsoft.com
User-Agent: rclone/v1.53.1
Authorization: XXXX
Accept-Encoding: gzip
DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
DEBUG : HTTP RESPONSE (req 0xc000276800)
DEBUG : HTTP/1.1 200 OK
Cache-Control: private
Client-Request-Id: ########
Content-Type: application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8
Date: Tue, 06 Oct 2020 17:58:01 GMT
Odata-Version: 4.0
Request-Id: ########
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Ms-Ags-Diagnostic: {"ServerInfo":{"########"}}
{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#drives/$entity","createdDateTime":"########","description":"########","id":"########","lastModifiedDateTime":"########","name":"Documents","webUrl":"########","driveType":"documentLibrary","createdBy":{"user":{"########"}},"lastModifiedBy":{"user":{"########"}},"quota":{"deleted":0,"remaining":0,"total":0,"used":0}}
2020/10/06 18:57:59 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Total: 0
Used: 0
Free: 0
Trashed: 0
2020/10/06 18:57:59 DEBUG : 5 go routines active
I can mount my personal drive with the same client ID without problem.
Something must have gone wrong when reading the quota for that SharePoint drive. Maybe I don't have permission ?
If the quota is not read, what value should you tell fuse about used/free space ? Is there a way to override the used/free space value (pushing -o to fuse) ?