Media Storage API
/{project}/upload
Upload media files. The file's binary data is the body of the request. Returns a key for later retrieval.
/{project}/list
List all available media keys for a project.
/{project}/media/{key}
Retrieve a media file by its key.
/{project}/media/{key}/metadata
Set metadata (JSON) for a media file. Must happen within 5 minutes of upload. Only one metadata update allowed per file.
/{project}/media/{key}/metadata
Retrieve metadata (JSON) for a media file.