-
Notifications
You must be signed in to change notification settings - Fork 146
Missing an option to write description #145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
Akianonymus
added a commit
to Akianonymus/google-drive-upload
that referenced
this issue
May 9, 2021
… file | Resolve labbots#145 -desc | --description | --description-all - Specify description for the given file. To use the respective metadata of a file, below is the format: File name ( fullname ): %f | Size: %s | Mime Type: %m Now to actually use it: --description 'Filename: %f, Size: %s, Mime: %m' Note: For files inside folders, use --description-all flag. * add _json_escape function to common-utils
Akianonymus
added a commit
to Akianonymus/google-drive-upload
that referenced
this issue
May 9, 2021
…abbots#145 -desc | --description | --description-all - Specify description for the given file. To use the respective metadata of a file, below is the format: File name ( fullname ): %f | Size: %s | Mime Type: %m Now to actually use it: --description 'Filename: %f, Size: %s, Mime: %m' Note: For files inside folders, use --description-all flag. * add _json_escape function to common-utils
Akianonymus
added a commit
to Akianonymus/google-drive-upload
that referenced
this issue
May 9, 2021
…abbots#145 -desc | --description | --description-all - Specify description for the given file. To use the respective metadata of a file, below is the format: File name ( fullname ): %f | Size: %s | Mime Type: %m Now to actually use it: --description 'Filename: %f, Size: %s, Mime: %m' Note: For files inside folders, use --description-all flag. * add _json_escape function to common-utils
Akianonymus
added a commit
that referenced
this issue
May 10, 2021
-desc | --description | --description-all - Specify description for the given file. To use the respective metadata of a file, below is the format: File name ( fullname ): %f | Size: %s | Mime Type: %m Now to actually use it: --description 'Filename: %f, Size: %s, Mime: %m' Note: For files inside folders, use --description-all flag. * add _json_escape function to common-utils
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry in advance if I missed it, but I don't seem to see any option for gupload to add a description to the file (visible in the details panel in gdrive).
It would be a really nice feature to add, the previous gdrive upload tool I was using had it.
Otherwise, great script, thanks a ton for it. Works well on Windows
The text was updated successfully, but these errors were encountered: