Upload Data to Google Cloud Storage

Hi everyone,
i want to upload data to my Google Cloud Storage.
I created a modul that way:
grafik

And a query like this:

But i got an error: "NetworkError when attempting to fetch resource."

I can list all files in a bucket, but i can't upload data.

Can anyone help me, please?

Hey @mike_mike!

Can you check your browser's dev tools to see if any errors pop up there when you make the request?

You may need to set the CORS settings of your GCS bucket to grant Retool permission for PUT and POST requests in addition to GET requests. If that's not the case, it will still be helpful to see if there's any additional error messaging!