Тёмный
No video :(

Using Google Cloud Storage API in Python For Beginners 

Jie Jenn
Подписаться 63 тыс.
Просмотров 71 тыс.
50% 1

Опубликовано:

 

27 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 62   
@mrmuranga
@mrmuranga 3 года назад
Useful, thanks. Trolled through lots of videos that were just showing how to do this using the cloud console...glad i tumbled onto this.
@rahuljain0890
@rahuljain0890 2 года назад
This was amazing. Beautifully explained.
@rubenmusayelyan9528
@rubenmusayelyan9528 8 месяцев назад
Thank you! Finally a simple, yet effective solution
@eric9964
@eric9964 3 года назад
No way this was uploaded just in time! Thanks!
@potatocoder5090
@potatocoder5090 Год назад
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?
@jamesvandermost3802
@jamesvandermost3802 2 года назад
Thank you so much!! Googles documentation is always missing a few steps...
@jiejenn
@jiejenn 2 года назад
Glad the video helped.
@c0987k
@c0987k 3 года назад
This video filled in the hole in Google documentation. Thanks
@mdicopriatama6380
@mdicopriatama6380 Год назад
how did you run the script on the right side ?
@jorgegarciaramos3359
@jorgegarciaramos3359 2 месяца назад
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! 😊
@gprasadk100
@gprasadk100 Год назад
Thank you for putting this together. Very simple to follow. Thank you!
@eneselezi5844
@eneselezi5844 3 года назад
Great video! Thanks a lot, very easy to follow through as well
@zakariaabderrahmanesadelao3048
@zakariaabderrahmanesadelao3048 3 года назад
Thank you for the clearest explanation. you are a lifesaver.
@diegolopestec2
@diegolopestec2 3 года назад
Jie Jenn , this is was very good tutorial. Simple, clean and practical. Congratulations my friend
@rohit_mondal__
@rohit_mondal__ 2 года назад
Thank you sir. Your videos have really helped me
@claudineievangelistanascim2562
@claudineievangelistanascim2562 3 года назад
thanks for sharing. very clear, helpful and help me a lot! success for you man
@ShubhamTure
@ShubhamTure 3 года назад
Clean and on point!
@Iamdip1
@Iamdip1 3 года назад
Thank you so much man, got it just on time
@juliobc408
@juliobc408 2 года назад
simply excellent. Thanks a lot
@javierzapata8911
@javierzapata8911 2 года назад
Absolutely excellent tutorial thank you so much🙌
@DevSquared49
@DevSquared49 3 года назад
Thank for this man. Really appreciate it.
@arnisudheendra7072
@arnisudheendra7072 Год назад
excellent video...thank you very much
@jamiechambers4795
@jamiechambers4795 Год назад
Thank you so much!
@markyemets2433
@markyemets2433 2 года назад
Awesome tutorial!
@aitorsanchez2581
@aitorsanchez2581 2 года назад
Thanks, it was very helpful!
@ahmed-samer
@ahmed-samer 2 года назад
Very useful video Merci
@pavanpandya9080
@pavanpandya9080 2 года назад
Great Video.
@KeyvanTajbakhsh
@KeyvanTajbakhsh 3 года назад
very clear and handy ! thnks ;)
@pavankumarakula1466
@pavankumarakula1466 2 года назад
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
@christoptimist
@christoptimist 3 месяца назад
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.
@jiejenn
@jiejenn 3 месяца назад
I will look into it.
@hassanalhalabi7563
@hassanalhalabi7563 3 года назад
to uplode an image about 200 KB it takes about 1.5 s. do you think it ist possioble to make the process faster?
@shovanmallick5820
@shovanmallick5820 2 года назад
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?
@gustavogordillogiron9016
@gustavogordillogiron9016 2 года назад
Great! thanks!
@jiejenn
@jiejenn 2 года назад
Glad the video help.
@hamnamalik5998
@hamnamalik5998 3 года назад
Can you please make a video tut for resumable uploads through python sdk. I would be a great help.
@ygorleao23
@ygorleao23 3 года назад
tks! This helps me a lot!
@jiejenn
@jiejenn 3 года назад
Glad my video helped.
@abeyjoseph4780
@abeyjoseph4780 3 года назад
Do you have any video related to google cloud SQL same like this
@briansoares2075
@briansoares2075 3 года назад
Can you elaborate how would you go about the code if you would be editing it on say cloudshell code editor? Same operations
@jiejenn
@jiejenn 3 года назад
One method I can think of is using Google's gsutil tool (cloud.google.com/storage/docs/gsutil)
@ItheVoguer
@ItheVoguer Год назад
can this be applied to production? for example in a dockerized web-server, in the api calls?
@jiejenn
@jiejenn Год назад
Sure, why not?
@abeyjoseph4780
@abeyjoseph4780 3 года назад
Thank you so much
@abeyjoseph4780
@abeyjoseph4780 3 года назад
helped me a lot
@samuelcheng7582
@samuelcheng7582 3 года назад
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?
@jiejenn
@jiejenn 3 года назад
I don't think I can fix it. Maybe ask Google.
@daqo98
@daqo98 3 года назад
How do I deploy this application in Cloud Run without exposing the .JSON credentials?
@jiejenn
@jiejenn 3 года назад
Not familiar with Cloud Run, but I remember one method is to use environment variable.
@santiagoandresortiz5563
@santiagoandresortiz5563 2 года назад
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
@jiejenn
@jiejenn 2 года назад
I would try ask the question on Stack Overflow.
@usnishmukherjee1248
@usnishmukherjee1248 2 года назад
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?
@jiejenn
@jiejenn 2 года назад
I would suggest you try to Google your way first.
@usnishmukherjee1248
@usnishmukherjee1248 2 года назад
@@jiejenn thanks for replying 👍
@rubeushagrid4208
@rubeushagrid4208 3 года назад
Is that an extension colouring your code like that?
@jiejenn
@jiejenn 3 года назад
I use Dark Pro for the theme + my own customization.
@rubeushagrid4208
@rubeushagrid4208 3 года назад
Thanks. Just found an extension 'Theme by language'. I like Darcula for JS but your theme is way better for python.
@日本語大好き
@日本語大好き 2 года назад
Is there any limitations on requests? If yes, how much?
@jiejenn
@jiejenn 2 года назад
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.
@日本語大好き
@日本語大好き 2 года назад
@@jiejenn oh, thanks!
@miroslavkostov3057
@miroslavkostov3057 2 года назад
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!
@jiejenn
@jiejenn 2 года назад
Looks like your bucket object didn't get created successfully. Makes sure you are providing the correct required properties.
Далее
Using Google Cloud Storage in Java (With Examples)
11:34
Step-by-step guide Python - Google Cloud Function
59:52
API vs. SDK: What's the difference?
9:21
Просмотров 1,4 млн
How To Use Docker To Make Local Development A Breeze
21:53
Automate Google Search API in Python
16:34
Просмотров 35 тыс.
I've been using Redis wrong this whole time...
20:53
Просмотров 354 тыс.