Error When Copying folder by ID [Google Drive]

What is the problem you are having with rclone?

I tried copying a shared with me folder to my shared drive using ID but I got an error.

2022/02/11 10:55:10 ERROR : BCUS98111.part44.rar: Failed to copy: failed to make directory: googleapi: Error 403: Insufficient permissions for the specified parent., insufficientParentPermissions

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

rclone v1.57.0

  • os/version: Microsoft Windows 10 Pro 2009 (64 bit)
  • os/kernel: 10.0.22000.493 (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)

rclone copy Kaminari_SharedDrive: --drive-root-folder-id=1WPs1u3BuQ_aXqC61nmByeid3G_IVgJTP Kaminari_SharedDrive:GODOFWARIII -v --drive-server-side-across-configs

The rclone config contents with secrets removed.

[Kaminari_SharedDrive]
type = drive
scope = drive
token = {"access_token":"XXX","token_type":"Bearer","refresh_token":"XXX","expiry":"2022-02-08T19:51:36.7925299+08:00"}
team_drive = XXX
root_folder_id = 
client_id = XXX
client_secret = XXX

A log from the command with the -vv flag

https://pastebin.com/3Ug48sSF

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