Thank you so much for this comprehensive end-to-end tutorial! Thank you for also showing the errors you got and how you debugged them. Do you also have end-to-end tutorials for Cloud Pub/Sub and Cloud SQL in Python?
Useful video, but I have a question that I can't solve, is it possible to configure the client to go through a proxy? I have only seen examples where they do it with environment variables, but I would like to be able to configure the proxy in the client instance itself. Thank you very much! 😊
Great vid. But from someone who has never used python before I’m struggling. Error message when running the pip install -upgrade google cloud storage. Any advice here?
can you please make a tutorial on How to run this script on google cloud function, which takes this files from my email inbox(not from local computer) and them put it on a google cloud storage bucket? so that every time I receive a file via email it should take that file and put it on google cloud storage?
Hi Jie Jenn, this is an excellent video. While applying the same, I got a SSLCertVerificationError on the line "bucket = storage_client.create_bucket(bucket)". Can you help me fixing this?
great video but i am having an issue when downloading......i get this error: OSError: [Errno 30] Read-only file system: '/workspace/file_name i have my python script deployed in google app engine....please help
Not sure if I understand your question. You can send unlimited request, but once you exceeded the free quota of the month you will start be charged for the usage.
error code: ----> from google.cloud import storage ---> from google.resumable_media.requests import RawDownload ImportError: cannot import name 'RawDownload' from 'google.resumable_media.requests' (/usr/local/lib/python3.7/dist-packages/google/resumable_media/requests/__init__.py) Can you fix it?
Hi Jie Jenn. Thanks for the video, very helpful. Although I tried identical solution to yours, just with my credentials and I am getting the following error: --> 179 raise TypeError(f'Object of type {o.__class__.__name__} ' 180 f'is not JSON serializable') 181 TypeError: Object of type Bucket is not JSON serializable Any ideas how I can fix that? Thanks!
Useful, thanks. Trolled through lots of videos that were just showing how to do this using the cloud console...glad i tumbled onto this.
This was amazing. Beautifully explained.
Thank you! Finally a simple, yet effective solution
how did you run the script on the right side ?
Thank you so much for this comprehensive end-to-end tutorial! Thank you for also showing the errors you got and how you debugged them. Do you also have end-to-end tutorials for Cloud Pub/Sub and Cloud SQL in Python?
This video filled in the hole in Google documentation. Thanks
No way this was uploaded just in time! Thanks!
Thank you so much!! Googles documentation is always missing a few steps...
Glad the video helped.
Jie Jenn , this is was very good tutorial. Simple, clean and practical. Congratulations my friend
Thank you for putting this together. Very simple to follow. Thank you!
Top quality tutorial
Thank you for the clearest explanation. you are a lifesaver.
Useful video, but I have a question that I can't solve, is it possible to configure the client to go through a proxy? I have only seen examples where they do it with environment variables, but I would like to be able to configure the proxy in the client instance itself. Thank you very much! 😊
Great video! Thanks a lot, very easy to follow through as well
thanks for sharing. very clear, helpful and help me a lot! success for you man
Thank you sir. Your videos have really helped me
Absolutely excellent tutorial thank you so much🙌
excellent video...thank you very much
How to deal with the json file on production enviroment?
simply excellent. Thanks a lot
Thank you so much man, got it just on time
Great vid. But from someone who has never used python before I’m struggling.
Error message when running the pip install -upgrade google cloud storage.
Any advice here?
Awesome tutorial!
Clean and on point!
Great Video.
can you please make a tutorial on How to run this script on google cloud function, which takes this files from my email inbox(not from local computer) and them put it on a google cloud storage bucket? so that every time I receive a file via email it should take that file and put it on google cloud storage?
Thank for this man. Really appreciate it.
Thanks, it was very helpful!
to uplode an image about 200 KB it takes about 1.5 s. do you think it ist possioble to make the process faster?
Very useful video
Merci
Do you have any video related to google cloud SQL same like this
can this be applied to production? for example in a dockerized web-server, in the api calls?
Sure, why not?
very clear and handy ! thnks ;)
Can you elaborate how would you go about the code if you would be editing it on say cloudshell code editor? Same operations
One method I can think of is using Google's gsutil tool (cloud.google.com/storage/docs/gsutil)
Thank you so much!
Hi SIr ,Could you please showa demo , how to move to file from one bucket to another bucket using python function.That will be create help
Hi Jie Jenn, this is an excellent video. While applying the same, I got a SSLCertVerificationError on the line "bucket = storage_client.create_bucket(bucket)".
Can you help me fixing this?
I would suggest you try to Google your way first.
@@jiejenn thanks for replying 👍
Great! thanks!
Glad the video help.
Can you please make a video tut for resumable uploads through python sdk. I would be a great help.
tks! This helps me a lot!
Glad my video helped.
I am super late, woooish. I would like to ask if you can create a tutorial videos like this for dataflow and apache beam for etl pipeline.
I will look into it.
great video but i am having an issue when downloading......i get this error: OSError: [Errno 30] Read-only file system: '/workspace/file_name
i have my python script deployed in google app engine....please help
I would try ask the question on Stack Overflow.
How do I deploy this application in Cloud Run without exposing the .JSON credentials?
Not familiar with Cloud Run, but I remember one method is to use environment variable.
Is there any limitations on requests? If yes, how much?
Not sure if I understand your question. You can send unlimited request, but once you exceeded the free quota of the month you will start be charged for the usage.
@@jiejenn oh, thanks!
Is that an extension colouring your code like that?
I use Dark Pro for the theme + my own customization.
Thanks. Just found an extension 'Theme by language'. I like Darcula for JS but your theme is way better for python.
Thank you so much
helped me a lot
error code:
----> from google.cloud import storage
---> from google.resumable_media.requests import RawDownload
ImportError: cannot import name 'RawDownload' from 'google.resumable_media.requests' (/usr/local/lib/python3.7/dist-packages/google/resumable_media/requests/__init__.py)
Can you fix it?
I don't think I can fix it. Maybe ask Google.
Hi Jie Jenn. Thanks for the video, very helpful. Although I tried identical solution to yours, just with my credentials and I am getting the following error:
--> 179 raise TypeError(f'Object of type {o.__class__.__name__} '
180 f'is not JSON serializable')
181
TypeError: Object of type Bucket is not JSON serializable
Any ideas how I can fix that?
Thanks!
Looks like your bucket object didn't get created successfully. Makes sure you are providing the correct required properties.