google-cloud-storage Questions
2
Solved
I have a firebase storage path that looks like this.
firebase.storage().ref('temp/test')
the "test" folder has about 25-50 files. I know there is not a way to delete the whole directory i...
Aryn asked 16/8, 2020 at 7:24
4
I would like to pass my Google Cloud Platform's service account JSON credentials file to a docker container so that the container can access a cloud storage bucket. So far I tried to pass the file ...
Breastsummer asked 22/5, 2022 at 22:8
2
Solved
I am trying to give a user read access to a Google Cloud Storage bucket. The user has the "Storage Object Viewer" role
but the user cannot see the items in the bucket:
The project ID is...
Polio asked 29/3, 2022 at 11:3
4
Solved
I start with
client = storage.Client()
bucket = client.get_bucket(BUCKET_NAME)
<what's next? Need something like client.list_folders(path)>
I know how to:
list all the blobs (includi...
Herd asked 30/12, 2019 at 5:47
3
Im trying to get a signedurl from a file in firebase/gc storage. All other solutions that i could find was to create a service account, download the service key, and use it in my app, but ive done ...
Antagonistic asked 12/11, 2020 at 11:54
2
I am using pandas to read from gcs buckets and after making the required transformation and want to save it as parquet i got this error No module named fsspec, I solved it by just installing fsspec...
Coulson asked 8/12, 2022 at 14:0
5
Solved
I am trying to upload a pdf-file to Firebase-Storage using this function:
static Future<String> savePdf({
required Uint8List assetAsUint8List,
required String fileName,
required DocumentT...
Opposition asked 18/1, 2022 at 22:30
4
Solved
What is the Google Cloud Platform mechanism for locking state file when using Terraform?
Something like DynamoDB on AWS...
thanks
Despumate asked 21/11, 2018 at 13:54
8
Solved
I would like to transfer data from a table in BigQuery, into another one in Redshift.
My planned data flow is as follows:
BigQuery -> Google Cloud Storage -> Amazon S3 -> Redshift
I know about Go...
Chufa asked 5/9, 2016 at 11:25
8
When I attempt load data into BigQuery from Google Cloud Storage it asks for the Google Cloud Storage URI (gs://). I have reviewed all of your online support as well as stackoverflow and cannot fin...
Jardena asked 18/8, 2014 at 23:14
10
Solved
I've recently ran into this error with the google cloud storage SDK on Node.js.
I know for a fact that this worked in the past without any changes, but I haven't touched the code in a while and mig...
Alkylation asked 19/10, 2022 at 20:35
4
Solved
I would like to only get the first level of a fake folder structure on GCS.
If I run e.g.:
gsutil ls 'gs://gcp-public-data-sentinel-2/tiles/'
I get a list like this:
gs://gcp-public-data-senti...
Sessile asked 17/7, 2018 at 10:27
7
Solved
I have a collection of profiles in my Firestore db and a field named "profilePicture" with a downloadUrl as the value.
Im using cloud functions and been trying for a long time to figure out how to...
Perla asked 20/4, 2018 at 15:41
0
We have a dataproc cluster staging bucket wherein all the spark job logs are getting stored.
eu-digi-pipe-dataproc-stage/google-cloud-dataproc-metainfo/d0decf20-21fd-4536-bbc4-5a4f829e49bf/jobs/goo...
Garbage asked 31/5 at 4:39
3
I have a similar issues like How to upload a bytes image on Google Cloud Storage from a Python script.
I tried this
from google.cloud import storage
import cv2
from tempfile import TemporaryFile...
Malicious asked 4/4, 2018 at 12:43
5
Solved
Some files get uploaded on a daily basis to an FTP server and I need those files under Google Cloud Storage. I don't want to bug the users that upload the files to install any additional software a...
Peele asked 19/4, 2017 at 4:36
3
Solved
This deprecated API supports appending content to google cloud storage file:
FileWriteChannel FileService.openWriteChannel(AppEngineFile file,
boolean lock)
But,
GcsOutputChannel GcsService.c...
Fair asked 2/1, 2014 at 5:16
8
How do I set access permissions for entire folder in storage bucket? Example; I have 2 folders (containing many subfolders/objects) in single bucket (let's call them folder 'A' and 'B') and 4 membe...
Sherwin asked 25/7, 2016 at 18:54
6
There are guides and questions all over the place on how to do this, but never really a concrete answer that is satisfactory. Basically, I'm wondering if it's possible to host a static SPA (HTML/CS...
Scraggy asked 2/4, 2018 at 17:39
7
I trying to import a database stored in the Cloud Storage using the command:
gcloud sql instances import instance-name gs://connect-to-the-cloud-sql.appspot.com/my-cloud-sql-instance-backup
But,...
Cianca asked 30/9, 2017 at 15:57
3
Solved
is it possible to compress file or directory of google cloud storage without download it first and re-upload?
I think I need some tools similar like http://googlegenomics.readthedocs.org/en/latest...
Speller asked 23/1, 2016 at 18:57
5
Getting the Module not found: Can't resolve 'fs' error when trying to list out buckets from GCP Storage.
import { Storage } from '@google-cloud/storage';
const googleCloud = new Storage({
keyFile...
Timeout asked 22/9, 2020 at 13:11
8
TL;DR. I'm lost as to how to access the data after deleting a PVC, as well as why PV wouldn't go away after deleting a PVC.
Steps I'm taking:
created a disk in GCE manually:
gcloud compute disk...
Myotonia asked 3/6, 2018 at 14:28
3
I'm developing an application that will serve a lot of file. Lets say it's a car company. Each car has a folder with documents/files for that car. These files are uploaded into categories, represen...
Phyle asked 20/12, 2016 at 17:53
5
When submitting a Cloud Build run via gcloud builds submit ... I'm getting a forbidden error saying I don't have access to the bucket(s). There are 2 places where buckets are normally involved in s...
Motet asked 26/7, 2021 at 21:18
1 Next >
© 2022 - 2024 — McMap. All rights reserved.