How do I copy files from the public shared drive?

Hello how are you? Can you help me, please?

How can I make a copy of those folders that are shared with me (public link) for my Teamdrive?

I'm using these commands:

rclone copy --drive-root-folder-id 15xxxxxxxxxxxxxxxxxx drive: drive:test

but I get this error:

2021/04/27 01:43:57 ERROR : file.mp4: Failed to copy: failed to make directory: googleapi: Error 403: Forbidden, forbidden
2021/04/27 01:43:59 ERROR : file.mp4: Failed to copy: failed to make directory: googleapi: Error 403: Forbidden, forbidden
2021/04/27 01:43:59 ERROR : file.mp4: Failed to copy: failed to make directory: googleapi: Error 403: Forbidden, forbidden
2021/04/27 01:44:00 ERROR : file.mp4: Failed to copy: failed to make directory: googleapi: Error 403: Forbidden, forbidden

Debug:
2021/04/27 01:57:34 DEBUG : rclone: Version "v1.53.2" starting with parameters ["rclone" "copy" "--drive-root-folder-id" "15xxxxxxxxxxxxxxx" "drive:" "drive:test" "-vv"]
2021/04/27 01:57:34 DEBUG : Using config file from "C:\Users\xxx\.config\rclone\rclone.conf"
2021/04/27 01:57:34 DEBUG : Creating backend with remote "drive:"
2021/04/27 01:57:34 DEBUG : Creating backend with remote "drive:test"
2021/04/27 01:57:35 DEBUG : Google drive root 'test': Waiting for checks to finish
2021/04/27 01:57:35 DEBUG : Google drive root 'test': Waiting for transfers to finish
2021/04/27 01:57:36 ERROR : file.mp4: Failed to copy: failed to make directory: googleapi: Error 403: Forbidden, forbidden
2021/04/27 01:57:38 ERROR : file.mp4: Failed to copy: failed to make directory: googleapi: Error 403: Forbidden, forbidden
2021/04/27 01:57:39 ERROR : file.mp4: Failed to copy: failed to make directory: googleapi: Error 403: Forbidden, forbidden

I used the old version and the latest version of rclone, and the same errors happen.

Am I using a wrong command? or can't copy?

I can copy the files through the Google Drive browser, but I would like to use rclone for that. Is there any possibility? even though they are public links that I accessed?

I want to make a direct copy to my TeamDrive or Google's 15gb Drive.

The help and support template really gets the information needed.

You need a remote for each and you can copy from one to the other.

Missing your rclone version, rclone.conf..

This forum post might help

When using this command, nothing happens.

c: \ rclone> rclone lsf MyDrive,shared_with_me:

c: \ rclone>

The reason we have the help and support template is to collect the required information to help you out.

Without knowing your setup, rclone.conf, etc, there isn't much to do in terms of helping you out.

Sorry, I sent the reply, but I think there was a problem, and the message was not delivered.

here it is:

[KGB]
type = drive
client_id = xxxxxxxxxxxxxxxxx
client_secret = xxxxxxxxxxx
scope = drive
token = {"access_token":"xxxxxxxxxxxxxx","token_type":"Bearer","refresh_token":"xxxxxxxxxxxx","expiry":"2021-04-27T20:20:55.9354155-03:00"}
team_drive = xxxxxxxx
root_folder_id =

The command you typed doesn't match with the rclone.conf

rclone lsf KGB,shared_with_me:

Yes, it is that I had hidden the "KGB" Anyway, nothing happens when using the command.

rclone lsf KGB,shared_with_me:

c: \ rclone> rclone lsf KGB,shared_with_me:
c: \ rclone>

Then I'd imagine it's not shared with you or the account you configured your rclone.conf.

So, can I only copy files shared with me?

Example:
I want to copy the files from this folder that is not shared with me, but is a public link:

Is there a way to copy the files to my team drive, or main drive? using rclone

So I think the confusion is that it isn't shared with you but a public thing.

That post has how to grab a file ID for a file and copy it.

Ok, thank you so much!

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