I'm trying to use lib to upload Strapi's media files.
I did all the configuration according to the documentation. I generated the APP and the Access Token.
I created the plugins.js file as an example of the documentation.
In the option of accessToken, place the Access Token generated by Dropbox for my APP.
After all the configuration, I tried to upload an image through the Media Library. However, when trying to upload the image, the following error is generated:
"An internal server error occurred"
Code 500 appears on Strapi's console.
The version of my Strapi is: Strapi v3.3.4 - Community Edition
Good afternoon,
I'm trying to use lib to upload Strapi's media files.
I did all the configuration according to the documentation. I generated the APP and the Access Token.
I created the plugins.js file as an example of the documentation.
In the option of accessToken, place the Access Token generated by Dropbox for my APP.
After all the configuration, I tried to upload an image through the Media Library. However, when trying to upload the image, the following error is generated: "An internal server error occurred"
Code 500 appears on Strapi's console.
The version of my Strapi is: Strapi v3.3.4 - Community Edition
What am I doing wrong?
Thank you very much.