Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Bug: Google Cloud Storage integration not allowing download objet #8424

Open
1 task done
antonioalveslopes opened this issue May 7, 2024 · 2 comments
Open
1 task done

Comments

@antonioalveslopes
Copy link

Please confirm if bug report does NOT exist already ?

  • I confirm there is no existing issue for this

Steps to reproduce ?

1 - Configure GCS integration;
2 - Upload a file;
3 - Confirm that file is created on GCS;
4 - Try to download the file from Nocodb.

The download demands that the object be public. Error:

<Error>
<script id="nimlmejbmnecnaghgmbahmbaddhjbecg"/>
<script/>
<script/>
<Code>AccessDenied</Code>
<Message>Access denied.</Message>
<Details>Anonymous caller does not have storage.objects.get access to the Google Cloud Storage object. Permission 'storage.objects.get' denied on resource (or it may not exist).</Details>
</Error>

Desired Behavior

Download the object from NocoDB should not demand the object to be public on GCS.

Project Details

NocoDB used as docker : true
NocoDB version : 0.207.0
Database used in NC_DB URL  :  pg
Database on which spreadsheet is created : pg
OS on which NocoDB is running : ubuntu server 22.04
Database version : 15

Attachments

No response

@despens
Copy link

despens commented May 19, 2024

@antonioalveslopes Can I ask you how you managed to set up the Google Cloud Storage integration? I'm struggling and close to thinking it is a bug. See #8499

@antonioalveslopes
Copy link
Author

@antonioalveslopes Can I ask you how you managed to set up the Google Cloud Storage integration? I'm struggling and close to thinking it is a bug. See #8499

Hi! I used the JSON key, not P12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏌️ Open
Development

No branches or pull requests

2 participants