How to import file to google drive using url

i tried this command line (note gdrive url which i pasted here is not correct)
rclone copyurl "https://drive.google.com/file/d/asdCz" "remote:folder"

output result
2021/05/15 06:02:42 ERROR : Attempt 1/3 failed with 1 errors and: CopyURL failed: 429 Too Many Requests 2021/05/15 06:02:43 ERROR : Attempt 2/3 failed with 1 errors and: CopyURL failed: 429 Too Many Requests 2021/05/15 06:02:43 ERROR : Attempt 3/3 failed with 1 errors and: CopyURL failed: 429 Too Many Requests

copyurl only works on standard URLs - it is likely that one needs javascript and auth and all sort of stuff like that.

Do you know the ID of the thing you want to copy? It is likely in the URL? If so then using

rclone backend copyid remote: ID path/name

will work.

https://rclone.org/drive/#copyid

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