-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
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}}
Metadata
Metadata
Assignees
Labels
No labels