System Information
- Strapi Version: 4.0.6
- Operating System: MacOS
- Database: PGSQL
- Node Version: 14.15
- NPM Version: 6.14
Hi everyone,
I’m currently trying to let a logged user with “Authenticated” role upload a file through the rest API.
I gave to users with this role the right to upload files through settings panel, however I keep having 401 Unauthorized response when I try to proceed to the update by uploading with the /upload endpoint and providing files as form data. I’ve double checked that the token is provided and I’ve also tried to do the same call with an Admin User Token and it seems to work.