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
When uploading a file with special chars as name, I see a 403 error "Access denied".
As I can upload files with a different name, I assume it's not actually a permission problem.
The input.Name is a.b/c;6
I try to encode the name to remove the special chars. I did something similar with pnpjs and the following logic worked for nodejs
When uploading a file with special chars as name, I see a 403 error "Access denied".
As I can upload files with a different name, I assume it's not actually a permission problem.
I add the file with the following code
The
input.Name
isa.b/c;6
I try to encode the name to remove the special chars. I did something similar with pnpjs and the following logic worked for nodejs
Is it possible, that the
%
is not properly encoded when making the call and some weird url is made?When using the following
replacements
, it is working fineThe text was updated successfully, but these errors were encountered: