Back to Google Cloud Storage Programming Languages Index
Unicode C Google Cloud Storage REST API Examples
More Google Cloud Storage Examples at example-code.com.
List Buckets
Retrieves a list of buckets for a given project.
Create Bucket
Creates a new bucket.
Delete Bucket
Permanently deletes an empty bucket.
List Objects in a Bucket
Retrieves a list of objects in the Google Cloud Storage bucket.
Delete a File (i.e. Object)
Deletes a fie (also known as an object) from a Google Cloud Storage bucket.
Copy File (Object) to another Bucket
Copies a fie (also known as an object) to another Google Cloud Storage bucket.