Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I get to the blobstore in the new Google Cloud Console?

is there a way to access the blobstore in the new console?

I couldn't find one, nor did I find a way to return to the old console

like image 781
Moshe Shaham Avatar asked Oct 13 '14 17:10

Moshe Shaham


People also ask

What is blobstore cloud storage?

The Blobstore API allows your application to serve data objects, called blobs, that are much larger than the size allowed for objects in the Datastore service. Blobs are useful for serving large files, such as video or image files, and for allowing users to upload large data files.

What is blob name in GCP?

The name of the blob. This corresponds to the unique path of the object in the bucket. If bytes, will be converted to a unicode object. Blob / object names can contain any sequence of valid unicode characters, of length 1-1024 bytes when UTF-8 encoded.


2 Answers

While most likely this is still not implemented yet, but you can still access the old Blob Viewer from this link:

https://appengine.google.com/blobstore/explorer?&app_id=s~<APPLICATION_ID>
like image 96
Lipis Avatar answered Oct 24 '22 17:10

Lipis


The Blobstore UI is now accessible from the Developer Console at this link:

https://console.cloud.google.com/appengine/blobstore?project=<APPLICATION_ID>

Or just browse to App Engine -> Blobstore.

like image 42
lambshaanxy Avatar answered Oct 24 '22 16:10

lambshaanxy