Skip to content
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

Copy doesn't like directories with uppercase letters #590

Open
nheape opened this issue Dec 25, 2023 · 0 comments
Open

Copy doesn't like directories with uppercase letters #590

nheape opened this issue Dec 25, 2023 · 0 comments

Comments

@nheape
Copy link

nheape commented Dec 25, 2023

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}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant