[go: nahoru, domu]

Skip to content

Latest commit

 

History

History
 
 

storage

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Google Cloud Storage Samples

This section contains samples for Google Cloud Storage.

Running the samples

  1. Your environment must be setup with authentication information. If you're running in your local development environment and you have the Google Cloud SDK installed, you can do this easily by running:

     $ gcloud init
    
  2. Install dependencies from requirements.txt:

     $ pip install -r requirements.txt
    
  3. Depending on the sample, you may also need to create resources on the Google Developers Console. Refer to the sample description and associated documentation page.

Additional resources

For more information on Cloud Storage you can visit:

https://cloud.google.com/storage

For more information on the Cloud Storage API Python library surface you can visit:

https://developers.google.com/resources/api-libraries/documentation/storage/v1/python/latest/

For information on the Python Client Library visit:

https://developers.google.com/api-client-library/python