dogbutcat / gclone

fork from https://github.com/donwa/gclone
166 stars 28 forks source link

add --drive-service-account-file-path #5

Closed 88lex closed 2 years ago

88lex commented 2 years ago

Thanks for this great update to donwa's gclone.

service_account_file_path in rclone.conf works well, thank you. If you update the fork in the future and if not too much trouble would be handy to also be able to use the command flag --drive-service-account-file-path .

Kind regards

dogbutcat commented 2 years ago

Thank you for paying attention on this project.

I've received your request, and I need time to dive in the rclone project. But, I can't promise that as having some trouble with my current job.

Thank you for understanding!

dogbutcat commented 2 years ago

UPDATE:

release v1.57.0-mod1.4.0 support --drive-service-account-file-path

feel free to have a try, I've tested with copy without problem in cmd gclone copy temp:{SOME_ID} temp:{SOME_ID2} --drive-service-account-file-path=/Users/main/accounts/ --drive-server-side-across-configs -v

88lex commented 2 years ago

UPDATE:

release v1.57.0-mod1.4.0 support --drive-service-account-file-path

feel free to have a try, I've tested with copy without problem in cmd gclone copy temp:{SOME_ID} temp:{SOME_ID2} --drive-service-account-file-path=/Users/main/accounts/ --drive-server-side-across-configs -v

Tested briefly with copy and move. Works. Many thanks!

dogbutcat commented 2 years ago

OK, please enjoy it.

If meeting some bug with it, feel free to reopen it. I'll check it if I got.