RCLONE fails to remove existing public links to the file or folder

What is the problem you are having with rclone?

$ rclone link --unlink -vv "remote:file.mkv"
$ rclone link --unlink -vv "remote:folder/"

What is your rclone version (output from rclone version)

1.57.0

Which OS you are using and how many bits

Debian 10.10 (64 bit)

Which cloud storage system are you using?

Google Drive

Extra info

Google Drive API (V3) call "delete" method to delete the permission / to revoke access to an file or folder.

DELETE https://www.googleapis.com/drive/v3/files/fileId/permissions/permissionId

I managed to use the following command:

$ curl -s --request DELETE "https://www.googleapis.com/drive/v3/files/[FILEID]/permissions/anyoneWithLink?supportsAllDrives=true&key=[API KEY]" -H 'Authorization: Bearer TOKEN' -H 'Accept: application/json'

If this is a bug, please fix it.

Yours sincerely,
Munfaqqiha

hello,

can you post the debug logs?

1 Like

Before issuing the following commands: https://i.ibb.co/89TyQkg/ss1.png

$ rclone link --unlink -vv "Rebanjulu:mp4.mp4"
2021/11/20 20:33:45 DEBUG : rclone: Version "v1.57.0" starting with parameters ["rclone" "link" "--unlink" "-vv" "Rebanjulu:mp4.mp4"]
2021/11/20 20:33:45 DEBUG : Creating backend with remote "Rebanjulu:mp4.mp4"
2021/11/20 20:33:45 DEBUG : Using config file from "/home/debian/.config/rclone/rclone.conf"
2021/11/20 20:33:45 DEBUG : Rebanjulu: Loaded invalid token from config file - ignoring
2021/11/20 20:33:45 DEBUG : Saving config "token" in section "Rebanjulu" of the config file
2021/11/20 20:33:45 DEBUG : Keeping previous permissions for config file: -rw-r--r--
2021/11/20 20:33:45 DEBUG : Rebanjulu: Saved new token in config file
2021/11/20 20:33:46 DEBUG : Google drive root 'mp4.mp4': 'root_folder_id = 0AMfAZmfYZGM4Uk9PVA' - save this in the config to speed up startup
2021/11/20 20:33:47 DEBUG : fs cache: adding new entry for parent of "Rebanjulu:mp4.mp4", "Rebanjulu:"
2021/11/20 20:33:48 DEBUG : Google drive root '': attempting to share single file 'mp4.mp4'
https://drive.google.com/open?id=1umKMPCeRLJTe_c4YRvMBuLxKGK00D3ap
2021/11/20 20:33:49 DEBUG : 6 go routines active

$ rclone link --unlink -vv "Rebanjulu:Zap/"
2021/11/20 20:34:15 DEBUG : rclone: Version "v1.57.0" starting with parameters ["rclone" "link" "--unlink" "-vv" "Rebanjulu:Zap/"]
2021/11/20 20:34:15 DEBUG : Creating backend with remote "Rebanjulu:Zap/"
2021/11/20 20:34:15 DEBUG : Using config file from "/home/debian/.config/rclone/rclone.conf"
2021/11/20 20:34:15 DEBUG : Google drive root 'Zap': 'root_folder_id = 0AMfAZmfYZGM4Uk9PVA' - save this in the config to speed up startup
2021/11/20 20:34:16 DEBUG : fs cache: renaming cache item "Rebanjulu:Zap/" to be canonical "Rebanjulu:Zap"
2021/11/20 20:34:16 DEBUG : Google drive root 'Zap': attempting to share directory ''
https://drive.google.com/open?id=1KUyGTahuLgeid44hJy-dSsJkEOZVIpgK
2021/11/20 20:34:17 DEBUG : 4 go routines active

After issuing the above commands: https://i.ibb.co/fHmLpsZ/ss2.png ...with same conditions.

also, for reason, the redacted config file is missing?

can you post the full rclone.log
rclone link --unlink -vv Rebanjulu:mp4.mp4 --dump=headers --retries=1 --low-level-retries=1 --log-level=DEBUG --log-file=rclone.log

Hi....

$ rclone link --unlink -vv "Rebanjulu:mp4.mp4" --dump=headers --retries=1 --low-level-retries=1 --log-level=DEBUG --log-file=rclone.log
$ cat rclone.log
2021/11/20 20:46:00 Can't set -v and --log-level
$ rclone link --unlink "Rebanjulu:mp4.mp4" --dump=headers --retries=1 --low-level-retries=1 --log-level=DEBUG --log-file=rclone.log
https://drive.google.com/open?id=1umKMPCeRLJTe_c4YRvMBuLxKGK00D3ap
$ cat rclone.log
2021/11/20 20:47:25 DEBUG : rclone: Version "v1.57.0" starting with parameters ["rclone" "link" "--unlink" "Rebanjulu:mp4.mp4" "--dump=headers" "--retries=1" "--low-level-retries=1" "--log-level=DEBUG" "--log-file=rclone.log"]
2021/11/20 20:47:25 DEBUG : Creating backend with remote "Rebanjulu:mp4.mp4"
2021/11/20 20:47:25 DEBUG : Using config file from "/home/debian/.config/rclone/rclone.conf"
2021/11/20 20:47:25 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.
2021/11/20 20:47:25 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/11/20 20:47:25 DEBUG : HTTP REQUEST (req 0xc000615000)
2021/11/20 20:47:25 DEBUG : GET /drive/v3/files/root?alt=json&fields=id&prettyPrint=false&supportsAllDrives=true HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.57.0
Authorization: XXXX
X-Goog-Api-Client: gl-go/1.17.2 gdcl/20210812
Accept-Encoding: gzip

2021/11/20 20:47:25 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/11/20 20:47:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/11/20 20:47:25 DEBUG : HTTP RESPONSE (req 0xc000615000)
2021/11/20 20:47:25 DEBUG : HTTP/1.1 200 OK
Transfer-Encoding: chunked
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Security-Policy: frame-ancestors 'self'
Content-Type: application/json; charset=UTF-8
Date: Sat, 20 Nov 2021 13:47:25 GMT
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Pragma: no-cache
Server: GSE
Vary: Origin
Vary: X-Origin
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 1; mode=block

2021/11/20 20:47:25 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/11/20 20:47:25 DEBUG : Google drive root 'mp4.mp4': 'root_folder_id = 0AMfAZmfYZGM4Uk9PVA' - save this in the config to speed up startup
2021/11/20 20:47:25 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/11/20 20:47:25 DEBUG : HTTP REQUEST (req 0xc0004a0300)
2021/11/20 20:47:25 DEBUG : GET /drive/v3/files?alt=json&fields=files%28id%2Cname%2Csize%2Cmd5Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%29%2CnextPageToken%2CincompleteSearch&includeItemsFromAllDrives=true&pageSize=1000&prettyPrint=false&q=trashed%3Dfalse+and+%28%270AMfAZmfYZGM4Uk9PVA%27+in+parents%29+and+%28name%3D%27mp4.mp4%27%29+and+%28mimeType%3D%27application%2Fvnd.google-apps.folder%27+or+mimeType%3D%27application%2Fvnd.google-apps.shortcut%27%29&supportsAllDrives=true HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.57.0
Authorization: XXXX
X-Goog-Api-Client: gl-go/1.17.2 gdcl/20210812
Accept-Encoding: gzip

2021/11/20 20:47:25 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/11/20 20:47:26 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/11/20 20:47:26 DEBUG : HTTP RESPONSE (req 0xc0004a0300)
2021/11/20 20:47:26 DEBUG : HTTP/1.1 200 OK
Transfer-Encoding: chunked
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Security-Policy: frame-ancestors 'self'
Content-Type: application/json; charset=UTF-8
Date: Sat, 20 Nov 2021 13:47:25 GMT
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Pragma: no-cache
Server: GSE
Vary: Origin
Vary: X-Origin
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 1; mode=block

2021/11/20 20:47:26 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/11/20 20:47:26 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/11/20 20:47:26 DEBUG : HTTP REQUEST (req 0xc0004a0a00)
2021/11/20 20:47:26 DEBUG : GET /drive/v3/files?alt=json&fields=files%28id%2Cname%2Csize%2Cmd5Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%29%2CnextPageToken%2CincompleteSearch&includeItemsFromAllDrives=true&pageSize=1000&prettyPrint=false&q=trashed%3Dfalse+and+%28%270AMfAZmfYZGM4Uk9PVA%27+in+parents%29+and+%28name%3D%27mp4.mp4%27%29&supportsAllDrives=true HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.57.0
Authorization: XXXX
X-Goog-Api-Client: gl-go/1.17.2 gdcl/20210812
Accept-Encoding: gzip

2021/11/20 20:47:26 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/11/20 20:47:26 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/11/20 20:47:26 DEBUG : HTTP RESPONSE (req 0xc0004a0a00)
2021/11/20 20:47:26 DEBUG : HTTP/1.1 200 OK
Transfer-Encoding: chunked
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Security-Policy: frame-ancestors 'self'
Content-Type: application/json; charset=UTF-8
Date: Sat, 20 Nov 2021 13:47:26 GMT
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Pragma: no-cache
Server: GSE
Vary: Origin
Vary: X-Origin
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 1; mode=block

2021/11/20 20:47:26 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/11/20 20:47:26 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/11/20 20:47:26 DEBUG : HTTP REQUEST (req 0xc000615100)
2021/11/20 20:47:26 DEBUG : GET /drive/v3/about?alt=json&fields=exportFormats%2CimportFormats&prettyPrint=false HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.57.0
Authorization: XXXX
X-Goog-Api-Client: gl-go/1.17.2 gdcl/20210812
Accept-Encoding: gzip

2021/11/20 20:47:26 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/11/20 20:47:26 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/11/20 20:47:26 DEBUG : HTTP RESPONSE (req 0xc000615100)
2021/11/20 20:47:26 DEBUG : HTTP/1.1 200 OK
Transfer-Encoding: chunked
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Security-Policy: frame-ancestors 'self'
Content-Type: application/json; charset=UTF-8
Date: Sat, 20 Nov 2021 13:47:26 GMT
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Pragma: no-cache
Server: GSE
Vary: Origin
Vary: X-Origin
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 1; mode=block

2021/11/20 20:47:26 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/11/20 20:47:26 DEBUG : fs cache: adding new entry for parent of "Rebanjulu:mp4.mp4", "Rebanjulu:"
2021/11/20 20:47:26 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/11/20 20:47:26 DEBUG : HTTP REQUEST (req 0xc000615b00)
2021/11/20 20:47:26 DEBUG : GET /drive/v3/files?alt=json&fields=files%28id%2Cname%2Csize%2Cmd5Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%29%2CnextPageToken%2CincompleteSearch&includeItemsFromAllDrives=true&pageSize=1000&prettyPrint=false&q=trashed%3Dfalse+and+%28%270AMfAZmfYZGM4Uk9PVA%27+in+parents%29+and+%28name%3D%27mp4.mp4%27%29+and+%28mimeType%3D%27application%2Fvnd.google-apps.folder%27+or+mimeType%3D%27application%2Fvnd.google-apps.shortcut%27%29&supportsAllDrives=true HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.57.0
Authorization: XXXX
X-Goog-Api-Client: gl-go/1.17.2 gdcl/20210812
Accept-Encoding: gzip

2021/11/20 20:47:26 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/11/20 20:47:27 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/11/20 20:47:27 DEBUG : HTTP RESPONSE (req 0xc000615b00)
2021/11/20 20:47:27 DEBUG : HTTP/1.1 200 OK
Transfer-Encoding: chunked
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Security-Policy: frame-ancestors 'self'
Content-Type: application/json; charset=UTF-8
Date: Sat, 20 Nov 2021 13:47:26 GMT
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Pragma: no-cache
Server: GSE
Vary: Origin
Vary: X-Origin
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 1; mode=block

2021/11/20 20:47:27 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/11/20 20:47:27 DEBUG : Google drive root '': attempting to share single file 'mp4.mp4'
2021/11/20 20:47:27 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/11/20 20:47:27 DEBUG : HTTP REQUEST (req 0xc0001def00)
2021/11/20 20:47:27 DEBUG : GET /drive/v3/files?alt=json&fields=files%28id%2Cname%2Csize%2Cmd5Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%29%2CnextPageToken%2CincompleteSearch&includeItemsFromAllDrives=true&pageSize=1000&prettyPrint=false&q=trashed%3Dfalse+and+%28%270AMfAZmfYZGM4Uk9PVA%27+in+parents%29+and+%28name%3D%27mp4.mp4%27%29&supportsAllDrives=true HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.57.0
Authorization: XXXX
X-Goog-Api-Client: gl-go/1.17.2 gdcl/20210812
Accept-Encoding: gzip

2021/11/20 20:47:27 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/11/20 20:47:27 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/11/20 20:47:27 DEBUG : HTTP RESPONSE (req 0xc0001def00)
2021/11/20 20:47:27 DEBUG : HTTP/1.1 200 OK
Transfer-Encoding: chunked
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Security-Policy: frame-ancestors 'self'
Content-Type: application/json; charset=UTF-8
Date: Sat, 20 Nov 2021 13:47:27 GMT
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Pragma: no-cache
Server: GSE
Vary: Origin
Vary: X-Origin
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 1; mode=block

2021/11/20 20:47:27 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/11/20 20:47:27 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/11/20 20:47:27 DEBUG : HTTP REQUEST (req 0xc0004a1300)
2021/11/20 20:47:27 DEBUG : POST /drive/v3/files/1umKMPCeRLJTe_c4YRvMBuLxKGK00D3ap/permissions?alt=json&fields=&prettyPrint=false&supportsAllDrives=true HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.57.0
Content-Length: 34
Authorization: XXXX
Content-Type: application/json
X-Goog-Api-Client: gl-go/1.17.2 gdcl/20210812
Accept-Encoding: gzip

2021/11/20 20:47:27 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/11/20 20:47:28 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/11/20 20:47:28 DEBUG : HTTP RESPONSE (req 0xc0004a1300)
2021/11/20 20:47:28 DEBUG : HTTP/1.1 200 OK
Transfer-Encoding: chunked
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Security-Policy: frame-ancestors 'self'
Content-Type: application/json; charset=UTF-8
Date: Sat, 20 Nov 2021 13:47:28 GMT
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Pragma: no-cache
Server: GSE
Vary: Origin
Vary: X-Origin
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 1; mode=block

2021/11/20 20:47:28 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/11/20 20:47:28 DEBUG : 4 go routines active

also, for reason, the redacted config file is missing?

i am not an expert --unlink, but when you posted the first debug log, i saw
attempting to share single file 'mp4.mp4'
which looks like rclone is try to share the file, not unshare it

and the same with the --dump=headers
attempting to share single file 'mp4.mp4'

as a test, i would

  • using google website, unshare mp4.mp4
  • run the rclone command again
  • see if the file is shared

Check this: rclone link.

By the way, I see the cause is that rclone doesn't use a DELETE request method for --unlink option to apply anyoneWithLink as permissionId. See my first post above.

On the contrary, rclone repeats the command to re-generate public link to file/folder.

2021/11/20 20:47:27 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/11/20 20:47:27 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/11/20 20:47:27 DEBUG : HTTP REQUEST (req 0xc0004a1300)
2021/11/20 20:47:27 DEBUG : POST /drive/v3/files/1umKMPCeRLJTe_c4YRvMBuLxKGK00D3ap/permissions?alt=json&fields=&prettyPrint=false&supportsAllDrives=true HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.57.0
Content-Length: 34
Authorization: XXXX
Content-Type: application/json
X-Goog-Api-Client: gl-go/1.17.2 gdcl/20210812
Accept-Encoding: gzip

ok, at this point, we have enough information.
now we have to wait until the appropriate rcloners stop by to comment on the possible bug.

This looks like an unimplemented feature in the link implementation for Google drive.

Can you make an issue on GitHub about this?

Also the command should really give an error if unlink isn't implemented.

Would you like to help implement this?

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