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
Describe the bug
Error uploading file to Google Cloud Storage: An error occurs when we try to retrieve the Bucket "bucket-name". Check if bucket exist on Google Cloud Platform.
To Reproduce
Steps to reproduce the behavior:
Install npm i strapi-provider-upload-google-cloud-storage
Describe the bug
Error uploading file to Google Cloud Storage: An error occurs when we try to retrieve the Bucket "bucket-name". Check if bucket exist on Google Cloud Platform.
To Reproduce
Steps to reproduce the behavior:
npm i strapi-provider-upload-google-cloud-storage
upload: {
provider: 'google-cloud-storage',
providerOptions: {
bucketName: '{bucket_name}',
publicFiles: false,
uniform: false,
basePath: '',
},
},
}
`
Expected behavior
File should upload.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: