Using Google Cloud Storage API in Python For Beginners

Поділитися
Вставка
  • Опубліковано 6 січ 2025

КОМЕНТАРІ • 65

  • @mrmuranga
    @mrmuranga 3 роки тому +5

    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 роки тому +7

    This was amazing. Beautifully explained.

  • @rubenmusayelyan9528
    @rubenmusayelyan9528 Рік тому

    Thank you! Finally a simple, yet effective solution

  • @mdicopriatama6380
    @mdicopriatama6380 2 роки тому +3

    how did you run the script on the right side ?

  • @potatocoder5090
    @potatocoder5090 Рік тому +1

    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?

  • @c0987k
    @c0987k 3 роки тому

    This video filled in the hole in Google documentation. Thanks

  • @eric9964
    @eric9964 3 роки тому

    No way this was uploaded just in time! Thanks!

  • @jamesvandermost3802
    @jamesvandermost3802 2 роки тому +1

    Thank you so much!! Googles documentation is always missing a few steps...

    • @jiejenn
      @jiejenn  2 роки тому +1

      Glad the video helped.

  • @diegolopestec2
    @diegolopestec2 3 роки тому

    Jie Jenn , this is was very good tutorial. Simple, clean and practical. Congratulations my friend

  • @gprasadk100
    @gprasadk100 2 роки тому

    Thank you for putting this together. Very simple to follow. Thank you!

  • @Felipe-ib9cx
    @Felipe-ib9cx 3 місяці тому

    Top quality tutorial

  • @zakariaabderrahmanesadelao3048
    @zakariaabderrahmanesadelao3048 3 роки тому

    Thank you for the clearest explanation. you are a lifesaver.

  • @jorgegarciaramos3359
    @jorgegarciaramos3359 7 місяців тому +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! 😊

  • @eneselezi5844
    @eneselezi5844 3 роки тому +2

    Great video! Thanks a lot, very easy to follow through as well

  • @claudineievangelistanascim2562
    @claudineievangelistanascim2562 3 роки тому

    thanks for sharing. very clear, helpful and help me a lot! success for you man

  • @rohit_mondal__
    @rohit_mondal__ 2 роки тому

    Thank you sir. Your videos have really helped me

  • @javierzapata8911
    @javierzapata8911 2 роки тому

    Absolutely excellent tutorial thank you so much🙌

  • @arnisudheendra7072
    @arnisudheendra7072 2 роки тому

    excellent video...thank you very much

  • @graxxarecords3456
    @graxxarecords3456 3 місяці тому

    How to deal with the json file on production enviroment?

  • @juliobc408
    @juliobc408 2 роки тому

    simply excellent. Thanks a lot

  • @Iamdip1
    @Iamdip1 3 роки тому

    Thank you so much man, got it just on time

  • @bryancarroll8188
    @bryancarroll8188 Місяць тому

    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?

  • @markyemets2433
    @markyemets2433 2 роки тому

    Awesome tutorial!

  • @ShubhamTure
    @ShubhamTure 3 роки тому

    Clean and on point!

  • @pavanpandya9080
    @pavanpandya9080 3 роки тому

    Great Video.

  • @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?

  • @DevSquared49
    @DevSquared49 3 роки тому

    Thank for this man. Really appreciate it.

  • @aitorsanchez2581
    @aitorsanchez2581 2 роки тому

    Thanks, it was very helpful!

  • @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?

  • @ahmed-samer
    @ahmed-samer 2 роки тому

    Very useful video
    Merci

  • @abeyjoseph4780
    @abeyjoseph4780 3 роки тому

    Do you have any video related to google cloud SQL same like this

  • @ItheVoguer
    @ItheVoguer 2 роки тому

    can this be applied to production? for example in a dockerized web-server, in the api calls?

    • @jiejenn
      @jiejenn  2 роки тому

      Sure, why not?

  • @KeyvanTajbakhsh
    @KeyvanTajbakhsh 3 роки тому

    very clear and handy ! thnks ;)

  • @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)

  • @jamiechambers4795
    @jamiechambers4795 Рік тому

    Thank you so much!

  • @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

  • @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 роки тому +1

      I would suggest you try to Google your way first.

    • @usnishmukherjee1248
      @usnishmukherjee1248 2 роки тому

      @@jiejenn thanks for replying 👍

  • @gustavogordillogiron9016
    @gustavogordillogiron9016 3 роки тому

    Great! thanks!

    • @jiejenn
      @jiejenn  3 роки тому

      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.

  • @christoptimist
    @christoptimist 8 місяців тому

    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  8 місяців тому +1

      I will look into it.

  • @santiagoandresortiz5563
    @santiagoandresortiz5563 3 роки тому

    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  3 роки тому

      I would try ask the question on Stack Overflow.

  • @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.

  • @日本語大好き
    @日本語大好き 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!

  • @rubeushagrid4208
    @rubeushagrid4208 3 роки тому

    Is that an extension colouring your code like that?

    • @jiejenn
      @jiejenn  3 роки тому +1

      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.

  • @abeyjoseph4780
    @abeyjoseph4780 3 роки тому

    Thank you so much

  • @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 роки тому +2

      I don't think I can fix it. Maybe ask Google.

  • @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.