We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I use copy to copy files to a destination folder that includes uppercase letters, it fails.
When I use copy to copy files to a destination folder that has no uppercase letters, it works.
Example:
nick@raspberrypi:~ $ ~/bin/Dropbox-Uploader/dropbox_uploader.sh copy Apps/Fast\ Scanner\ App/jpegs Text/Notes/Scans/FastScanner > Copying "/Apps/Fast Scanner App/jpegs" to "/Text/Notes/Scans/FastScanner" ... FAILED Some error occured. rerun the script with "-d" option and check the output and logfile: /tmp/du_resp_29993. nick@raspberrypi:~ $ ~/bin/Dropbox-Uploader/dropbox_uploader.sh copy Apps/Fast\ Scanner\ App/jpegs Text/Notes/Scans/fastscanner > Copying "/Apps/Fast Scanner App/jpegs" to "/Text/Notes/Scans/fastscanner" ... DONE
Debug:
HTTP/2 200 cache-control: no-cache x-content-type-options: nosniff x-frame-options: SAMEORIGIN x-server-response-time: 975 content-type: application/json accept-encoding: identity,gzip date: Mon, 25 Dec 2023 21:03:36 GMT server: envoy content-length: 342 vary: Accept-Encoding x-dropbox-response-origin: far_remote x-dropbox-request-id: d6c35bf38d86459ba45e8b58ae5535b9 {".tag": "folder", "name": "jpegs", "path_lower": "/text/notes/scans/fastscanner/jpegs", "path_display": "/Text/Notes/Scans/fastscanner/jpegs", "parent_shared_folder_id": "4577952945", "id": "id:up7ApnPNk7wAAAAAAANdYw", "sharing_info": {"read_only": false, "parent_shared_folder_id": "4577952945", "traverse_only": false, "no_access": false}}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I use copy to copy files to a destination folder that includes uppercase letters, it fails.
When I use copy to copy files to a destination folder that has no uppercase letters, it works.
Example:
Debug:
The text was updated successfully, but these errors were encountered: