Skip to main content
-1 votes
0 answers
43 views

GCP: Why can't my Backend Bucket find my public files?

Short Version: I have configured a backend bucket on my load balancer and mapped it to /__/auth/, that bucket contains a publicly acessable file named handler, but when I hit /__/auth/handler I get an ...
David's user avatar
  • 15k
0 votes
1 answer
27 views

pulumi failure trying to create google cloud certificate authority (python)

I'm hitting a wall trying to gcp create certificate authority in pulumi (python). The issue happens trying to create the authority, I get a 404 that it cannot find the authority (that it is creating). ...
Paul Forgey's user avatar
0 votes
2 answers
28 views

Why are renames of (non-empty) folders not triggering Google Cloud Storage events?

I'm subscribing to Google Cloud Storage events with Firebase Functions (2nd gen) on the Node.js runtime, as described here. My bucket has Hierarchical Namespace enabled. For most operations, I ...
mgw's user avatar
  • 260
2 votes
1 answer
56 views

Is it possible to use Copy-Item between providers via a custom implementation of CopyItem in a provider?

Background I am using the google cloud sdk which implements a provider to its storage service. Inside this provider, I can gci and cd around just fine, but when I want to cp an object onto my local ...
Blaisem's user avatar
  • 657
-1 votes
1 answer
100 views

How to set custom download filename for a public file URL without signing it?

I have a use case where I want users to download a file from a public URL, but with a custom filename. For private files (e.g., in AWS S3 or GCS), I can generate a signed URL and use the Content-...
Sudhanshu Bansal's user avatar
1 vote
0 answers
38 views

From Storage how can I create each item document in firestore? [closed]

My issue is I have some photos in my storage with some collection as mon/ the/ etc for all day . In which there are various photos inside . Now I want to create each photo document in a named ...
Khushboo Agarwal's user avatar
0 votes
1 answer
44 views

Error Exporting from BigQuery to GCS: 'Operation cannot be performed on a nested schema

I encountered an error while trying to execute an ETL task to export data from a BigQuery table to Google Cloud Storage (GCS). Here is the exact error message: raise self._exception google.api_core....
user22239200's user avatar
-1 votes
1 answer
29 views

How can i get the large sized images/videos by my backend express Api?

How can I get the large sized images/videos by my backend express Api? I got project which demands the user can upload many numbers of large images and videos and click save. and if the user refreshes ...
Sree ram Sekar's user avatar
0 votes
0 answers
90 views

How to save a file to a cloud storage bucket from a cloud run function

I am super new to using google cloud and a very novice coder. I am trying to create an automated system that saves a graph as a jpeg in a cloud storage bucket (this will be a cloud run function that ...
Amy Lock's user avatar
1 vote
1 answer
60 views

DuckDB persist secrets across sessions or provide an alternative config file for GCS credentials

I want to read Parquet files stored in a GCS bucket via DuckDB as CLI i.e. duckdb in an environment where I setup a Service Account and I created the HMAC credentials like gcloud storage hmac create \ ...
TPPZ's user avatar
  • 4,931
1 vote
0 answers
36 views

How to handle evolving Parquet schemas from GCS when loading into BigQuery?

We're designing a data ingestion pipeline where Parquet files are delivered weekly to a GCS bucket. The files represent different metadata entities, and their schema may evolve over time: new columns ...
dadadima's user avatar
  • 948
0 votes
1 answer
40 views

OpenSSL::PKey::RSAError attempting to use Rails ActiveStorage connect to GCS

I have an application deployed on Heroku that I want to connect to GCS using ActiveStorage. I am explicitly specifying credentials in config/storage.yml as specified in the JSON key file and the ...
aec's user avatar
  • 1,171
0 votes
0 answers
41 views

Caching in Self-hosted GitLab Runner Not Working with GCS (Tried Local Cache as Well)

I am running a self-hosted GitLab instance with GitLab Runner and trying to set up caching for my CI jobs using Google Cloud Storage (GCS). However, caching is not working as expected. I’ve also tried ...
Toufik Benkhelifa's user avatar
0 votes
0 answers
28 views

Spring RestClient fails with GCS signed URL (403 SignatureDoesNotMatch) while RestTemplate/HttpURLConnection work

Context: Trying to download a file from Google Cloud Storage using a pre-signed URL with Spring Boot 3.4.4's RestClient. The same URL works perfectly with both RestTemplate and raw HttpURLConnection. ...
tschi's user avatar
  • 26
0 votes
0 answers
10 views

SolrException: Couldn't restore since doesn't exist; when restoring an existing backup from Google Cloud Storage

I am trying to restore a backup from a GCS bucket using the next API call: http://mysolr.dns:8983/solr/admin/collections?action=RESTORE&repository=gcs&location=my-backup-folder/&name=...
Leonardo Sergei Santoyo Cortés's user avatar

15 30 50 per page
1
2 3 4 5
754