rage tag

10 questions


1 answers
106 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
98 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
118 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
82 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
116 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
152 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
112 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...


2 answers
140 views
0
How do I write float instead of an integer in the step of range()?

Can I increase from 0 to 1 by 0.1 by using range()?Since you write range(0,1,0.1), the step can only receive an integer.for i in range(0, 1, 0.1): print ifor i in range(0,1,0.1):TypeError: range() int...

1 years ago

1 answers
117 views
0
I have a question about Java input "T"

Java coding is not working well

1 years ago

1 answers
138 views
0
Find the mean of the numbers in the list (using for statements)

You want to average the prices in the fruit list!I even extracted the price from the listI think I can use the sum, but it's stuck.fruit = [Apple, 1020] [Orange, 880] [Grape, 3160]sum=0for i in fruit:...

1 years ago

© 2024 OneMinuteCode. All rights reserved.