You haven't made it clear exactly which API you're trying to use, but if 
you're trying to create a blobstore key in Python, you might use the 
following:

blobstore.create_gs_key('/gs/bucket/path/to/object')

and if you're using the Files API, you might use

files.open('/gs/bucket/path/to/object', mode)

You've probably seen it already, but the documentation accessible via

https://developers.google.com/appengine/docs/python/googlestorage/

describes how to access GCS using both of these techniques.

Stephen

On Monday, 26 November 2012 03:21:01 UTC, cloudconfusion wrote:
>
> I am trying to access the bucket that I uploaded onto the Google Cloud 
> using these commands given in your documentation : 
>
> storage.googleapis.com/*bucket*/*object*
> *
> *
>
> *bucket*.storage.googleapis.com/*object*
>
> *But I am getting the following error : *
>
> <Error> 
>
> <Code>NoSuchBucket</Code>
>
> <Message>The specified bucket does not exist.</Message>
> </Error>
>
>
> Can you please tell me what is happening? And what I am supposed to do to 
> resolve this error?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/BemsKwhnecsJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to