cyrillef / forge.commandline-curl

Authorization and file translation demo: Demonstrates Autodesk Forge API authorization and translation process using cURL
MIT License
12 stars 8 forks source link

resumable script fails when using filename with spaces #9

Open liskaj opened 6 years ago

liskaj commented 6 years ago

I'm getting an error when using resumable script on file which contains spaces. Using quotes around filename works fine on simple upload. The error message is: tail: cannot open 'nnn' for reading: No such file or directory - where 'nnn' is first part of filename I'm using script on Windows 10 (together with Git Bash)