Need upload file to google drive and return file id

Hi bros
I need rclone help me to upload file to google drive then set permission to public then return file ID
I use this command for upload and worked fine
rclone --transfers=32 --checkers=16 --drive-chunk-size=16384k --drive-upload-cutoff=16384k copy "J:\File.zip" remote:Folder2

But i try to search so much but can not found how to return file ID and set permission for file
Hope you can understand and help me.
Thank you for read my thread

Rclone can't set the permissions yet, but you can get the ID using rclone lsf or rclone lsjson.

thank you bro, maybe i can set permission for folder by default, thank you

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