How to create a new bucket in the google cloud using simple API key with dot net or MSXML2.XMLHTTP or HttpWebRequest.
please provide any sample or example..
i am new to google cloud, Thanks in advance.
How to create a new bucket in the google cloud using simple API key with dot net or MSXML2.XMLHTTP or HttpWebRequest.
please provide any sample or example..
i am new to google cloud, Thanks in advance.
The Google Cloud Storage JSON API would be your best bet to manage your data in the Cloud Storage via a programmatic API.
Check out the How To Guides.
You can use an API Key for ensure that the authorized client is making those calls. The mechanism for generating the API Key is mentioned here. Your application can append the query parameter key=yourAPIKey to all request URLs.