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
- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [X ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
Any log messages given by the failure
401 Unauthorized
Expected/desired behavior
OS and Version?
Azure cloud
Mention any other details that might be useful
Thanks! We'll be in touch soon.
The text was updated successfully, but these errors were encountered:
I want to upload a pdf file by the API (POST
https://x.x.x.x/api/documents/
) using the following curl command. But it returned 401 unauthorized.curl --location 'https://xxx.app.github.dev/api/documents/' \ --header 'Content-Type: multipart/form-data' \ --form '=@"/C:/Users/R008128.pdf"'
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Any log messages given by the failure
Expected/desired behavior
OS and Version?
Mention any other details that might be useful
The text was updated successfully, but these errors were encountered: