help !!! Im deploying strapi to GAE. Right now the issue is that I cannot see uploaded images... so Im using the provider recommended on the documentations for strapi: https://github.com/Lith/strapi-provider-upload-google-cloud-storage/blob/master/README.md, nevertheless, although I can upload images and review that they were correctly uploaded by going to the cloud store interface and actually see the images up there, I cannot access them. I have granted both Storage Admin and Storage Object Admin to the account service, also created keys for it, but still unable to get the images I just uploaded... getting 403 error... Does anybody has experience with this situation?
this is my plugins.js file:
module.exports = { upload: { provider: 'google-cloud-storage', providerOptions: { bucketName: 'strapi-sqlite-post.appspot.com', publicFiles: false, uniform: false, basePath: '' }, } }
enter image description here
I would recommend following the official documentation of Strapi:
Google App Engine Strapi
In this guide you are going to: