I want to copy a public share file

What is the problem you are having with rclone?

I want to copy a public shared file

Run the command 'rclone version' and share the full output of the command.

rclone v1.57.0

  • os/version: Microsoft Windows 11 (64 bit)
  • os/kernel: 10.0.22000.434 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.17.2
  • go/linking: dynamic
  • go/tags: cmount

Which cloud storage system are you using? (eg Google Drive)

Google Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

I tried to view the file first by using the command below but I can't find the file I'm looking for.

rclone lsl Kaminari_Personal: --drive-shared-with-me

This is the file that I want to copy
Link:

https://drive.google.com/file/d/1vPp053EC0yiAzZtMfY1p1d1rIpDKhy2Z/view?usp=sharing

The rclone config contents with secrets removed.

[Kaminari_Personal]
type = drive
scope = drive
token = {"access_token":"XXXXXXX","token_type":"Bearer","refresh_token":"XXXX","expiry":"2022-01-25T08:59:06.4000058+08:00"}

A log from the command with the -vv flag


hello and welcome to the forum,

this will download the file.
note: the reason for the ERROR is that the file is not shared with me.

rclone backend copyid  gdrive: 1vPp053EC0yiAzZtMfY1p1d1rIpDKhy2Z D:\dest -vv
DEBUG : rclone: Version "v1.57.0" starting with parameters ["c:\\data\\rclone\\scripts\\rclone.exe" "backend" "copyid" "gdrive:" "1vPp053EC0yiAzZtMfY1p1d1rIpDKhy2Z" "D:\\dest" "-vv" "--progress"]
DEBUG : Using config file from "C:\\data\\rclone\\scripts\\rclone.conf"
DEBUG : Google drive root '': 'root_folder_id = 0AIYnsu88uXytUk9PVA' - save this in the config to speed up startup
ERROR : [AnimeVietsub] Your Name - Kimi no na wa [BD 2160p 4K UHD][HEVC x265 10bit].mkv: Failed to copy: multipart copy: failed to open destination: Access is denied.

Thanks for the reply
Since I can't download it. I think I'll just copy it to my Shared Drive

rclone -P backend copyid Kaminari: 1vPp053EC0yiAzZtMfY1p1d1rIpDKhy2Z Kaminari:folder/

It works!
image
This command help Thank you

rclone backend copyid

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