Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

commondatastorage v/s storage request end points

To share Google Cloud Storage objects we have this API request -

http://neelam-sharma.storage.googleapis.com/test.html

Earlier this request end point was commondatastorage as -

http://neelam-sharma.commondatastorage.googleapis.com/test.html

Both requests are working, do you redirect all the request from commondatastorage to storage end point?

What's the best way to access objects via this type of URL? What's the difference between these two URLs?

like image 988
Neelam Sharma Avatar asked Oct 22 '13 06:10

Neelam Sharma


People also ask

What is Commondatastorage?

Used by cyber criminals, commondatastorage.googleapis.com is a deceptive URL that proliferates malware. Note that this URL is a subdomain of the googleapis.com domain, a legitimate API service developed and maintained by Google. In fact, cyber criminals abuse this service to proliferate trojans and adware.

Can I upload files to Google Cloud Storage from URL?

Solution OverviewShipyard helps you download a file from any publicly accessible URL and upload it directly to Google Cloud Storage for usage at a later time.

What is storage Googleapi?

“Google Cloud Storage is an online file storage web service for storing and accessing data on Google Cloud Platform infrastructure.” –


1 Answers

commondatastorage was the previous name for accessing cloud storage. Please update to use the new URLs. You can find up-to-date information about request URIs on the Google Cloud Storage Request URIs page.

like image 142
jterrace Avatar answered Sep 24 '22 22:09

jterrace