Storage
Number of APIs: 6
-
Get buckets GET https://storage.googleapis.com/storage/v1/b?project={{my-project-id}}
-
Create bucket POST https://storage.googleapis.com/storage/v1/b?project={{my-project-id}}
-
Discover Storage APIs GET https://www.googleapis.com/discovery/v1/apis/storage/v1/rest
-
Upload objects from files POST https://storage.googleapis.com/upload/storage/v1/b/:bucketName/o?uploadType=media&name={{object-name}}
-
Download objects as files GET https://storage.googleapis.com/storage/v1/b/:bucketName/o/:objectName?alt=media
-
Make all objects in bucket publicly readable PUT https://storage.googleapis.com/storage/v1/b/:bucket-name/iam