EdisonPeM / strapi-plugin-import-export-content

Csv and Json import / export content plugin to Strapi
https://www.npmjs.com/package/strapi-plugin-import-export-content
MIT License
146 stars 66 forks source link

API tokens not working for the plugin endpoints #66

Open lindnermarci opened 2 years ago

lindnermarci commented 2 years ago

Hello!

I am trying to use the built in 'API Tokens' functionality for the plugin's endpoints but I get a 401 error. Should this functionality work with the plugin's endpoints? Update: as I read in the developer docs, this functionality is mean for the built in collection API endpoints. Is there an easy way to generate tokens for the import/export plugin's endpoints?

Thanks!