How to copy public google drive url to my shared drive?

I have a public google drive url i need to copy that to my shared drive.

I tried this not working for me
rclone copy https://drive.google.com/file/d/1UzHw2PS5RHTI143DJv0lL0zWxat-XjTX/view?usp=share_link "driveclone:Ds"

Something like this should work - replace the 1UzHw2PS5RHTI143DJv0lL0zWxat-XjTX with the actual ID as that one didn't work when I tried it!

rclone backend copyid driveclone: 1UzHw2PS5RHTI143DJv0lL0zWxat-XjTX driveclone:Ds

Thanks it worked. for file link but i need to copy directory public URL to shared drive

For a folder, do something like this

rclone copy 'driveclone,root_folder_id="XXXyourfolderidZZZ":' driveclone:wherever/you/want/it

Thank you. it works

2023-02-04 16:00:21 DEBUG : Google drive root 'Ds': Waiting for checks to finish
2023-02-04 16:00:21 DEBUG : Google drive root 'Ds': Waiting for transfers to finish
2023-02-04 16:00:23 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2023-02-04 16:00:23 DEBUG : pacer: Rate limited, increasing sleep to 1.542166555s
2023-02-04 16:00:23 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2023-02-04 16:00:23 DEBUG : pacer: Rate limited, increasing sleep to 2.961219738s
2023-02-04 16:00:23 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2023-02-04 16:00:23 DEBUG : pacer: Rate limited, increasing sleep to 4.362727447s
2023-02-04 16:00:23 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2023-02-04 16:00:23 DEBUG : pacer: Rate limited, increasing sleep to 8.192310233s
2023-02-04 16:00:23 DEBUG : pacer: low level retry 2/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2023-02-04 16:00:23 DEBUG : pacer: Rate limited, increasing sleep to 16.676905628s
2023-02-04 16:00:25 DEBUG : pacer: low level retry 2/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2023-02-04 16:00:25 DEBUG : pacer: Rate limited, increasing sleep to 16.934608021s
Transferred: 0 B / 6.089 GiB, 0%, 0 B/s, ETA -
Transferred: 0 / 7, 0%
Elapsed time: 21.4s
Transferring:

  •                            Copy of 11.mp4:  0% /812.999Mi, 0/s, -
    
  •                            Copy of 12.mp4:  0% /851.005Mi, 0/s, -
    
  •                            Copy of 13.mp4:  0% /736.702Mi, 0/s, -
    
  •                            Copy of 14.mp4:  0% /1020.127Mi, 0/s, -
    

when i copy a folder its not copying it was showing like this

That is google rate limiting you. Not a lot rclone can do, you'll just have to wait. You can decrease --transfers and maybe set --tpslimit 10 to be kinder to google - that might help.

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