google-cloud-storage tag

7 questions


1 answers
90 views
0
How to Publish GCS Buckets Only to Certain Users

I would like to grant allUsers permission to the GCS bucket so that only certain users can access the web, not all external disclosures.Is it possible?

1 years ago

2 answers
82 views
0
Unable to access google cloud storage in heroku

using express.I tried to upload the file to google cloud storage with heroku, but I couldn't.Issue an error statement in the following locations:const blobStream=blob.createWriteStream()However, since...


1 answers
92 views
0
How to upload a file to Firebase storage using PHP (Larvel) and obtain its public URL

Using the following libraries in Ravel, I have confirmed that the file can be uploaded to Firebase storage.https://github.com/kreait/laravel-firebaseOfficial Documentationhttps://firebase-php.readthed...


1 answers
69 views
0
Blobstore Python API Tutorial Does Not Work

https://cloud.google.com/appengine/docs/standard/python/blobstore?hl=jaI am doing the above tutorial, but it doesn't work.The source code remains unchanged. from google.appengine.api import usersfrom ...


1 answers
100 views
0
I want to deploy the app to GAE.

I want to deploy the Python-created app to GAE, but it doesn't work because of the error.You are about to deploy an app created with python3+flask to the Python37 standard environment of the GAE.Error...


1 answers
128 views
0
I want to use Google vision api for images on the web, not local.

I would like to use Google vision api to ocr images on the web.Image Path = test.jpgLocal data such as can be read.Image Path = https://example.com/test.jpgIf so, it will be an error occurs.I would li...


1 answers
98 views
0
Cannot delete files in Cloud Storage

When I try to delete an image that I upload to Cloud Storage, I get the following error and I cannot delete it.Aws\S3\Exception\S3ExceptionError executing ListObjects on myproject.appspot.com AWS HTTP...


© 2024 OneMinuteCode. All rights reserved.