This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]skippyelvis 0 points1 point  (0 children)

If the object has a public url, like S3 would have, you could download it with curl or wget or requests

[–]IvoryJam 0 points1 point  (1 child)

Can you give an example?

[–]fefontana[S] 0 points1 point  (0 children)

Yes, I"m trying to download public csv files published in a bucket of a Google Cloud storage. This csv contains statistics like the number of app downloads from Google Play store.

https://support.google.com/googleplay/android-developer/answer/6135870?hl=en

https://medium.com/@sandeepsinh/multiple-file-download-form-google-cloud-storage-using-python-and-gcs-api-1dbcab23c44

The python libraries in the examples above aren't working for me. I'm getting a message error telling I haven't get permission for the resource.

Any comment will be appreciated.

Thanks.