You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I use this utility quite a lot and one thing I have noticed is that sometimes there are filenames that have characters like $.|, etc that cause this to give error:400, and when I remove those characters as suggested in Microsoft Graph API Docs, it uploads without an issue.
Another Important Issue
Required Changes for Illegal Characters
Removing White spaces in paths as follows, ./output/ something i like.pdf will not upload due to a while space before the name something. Where as this will upload ./output/something i like.pdf.
Trailing white spaces also cause issues such as ./output/something i like.pdf will not upload and hence it needs to be fixed.
Illegal Characters need to be removed, my implementation in python
Hi,
I use this utility quite a lot and one thing I have noticed is that sometimes there are filenames that have characters like
$.|
, etc that cause this to give error:400, and when I remove those characters as suggested in Microsoft Graph API Docs, it uploads without an issue.Another Important Issue
Required Changes for Illegal Characters
./output/ something i like.pdf
will not upload due to a while space before the namesomething
. Where as this will upload./output/something i like.pdf
../output/something i like.pdf
will not upload and hence it needs to be fixed.So, I think this should be No. 1 Priority in
onedrive-uploader
releases from now on.The text was updated successfully, but these errors were encountered: