WAI
Status Update
Comments
gs...@google.com <gs...@google.com> #2
ab...@gmail.com <ab...@gmail.com> #3
Hi, this error only affects Cloud SDK version 186. It was previously reported in Issue 72407295 and a fix for it should be released in Cloud SDK version 187.
In the mean time, you can downgrade to Cloud SDK version 185 as a workaround by running the following command:
gcloud components update --version 185.0.0
In the mean time, you can downgrade to Cloud SDK version 185 as a workaround by running the following command:
gcloud components update --version 185.0.0
yi...@google.com <yi...@google.com> #4
There's no way to access the raw data path on GCS. You can do it if you are using a Google Compute Engine Virtual Machine and basically download the file locally to the machine and then upload from there to the API.
ab...@gmail.com <ab...@gmail.com> #5
Okay, but I am using App engine flex environment it does not work like
compute engine we cannot download the file locally to app engine. How
should I accomplish this task any alternative solution will be helpful.
Please help me.
On Tue, Mar 12, 2019 at 6:11 AM <buganizer-system@google.com> wrote:
compute engine we cannot download the file locally to app engine. How
should I accomplish this task any alternative solution will be helpful.
Please help me.
On Tue, Mar 12, 2019 at 6:11 AM <buganizer-system@google.com> wrote:
yi...@google.com <yi...@google.com> #6
There's no way to access the raw data path on GCS. There are no direct way of doing it. You could try things like converting the image / video into bytes and storing them in Datastore (so you don't even need GCS) or any other unofficial hacky method. I would recommend asking on Stackoverflow for possible solutions.
yi...@google.com <yi...@google.com> #7
I will close this issue now since the question is answered for 7 days. If you have further inquiries, please open a new issue, thanks.
Description
I am hosting a CodeIgniter based PHP web application on app engine flex environment. I am able to allow the user to upload data like images, video to my cloud storage bucket.
But the issue is I want to access the raw data (raw path to file like /home/
Please help me to find the solution to solve the above issue.