Tag: cloudstorage

  • Google Cloud Storage – Getting started with the JavaScript Sample Application

    This demonstration covers getting started with Google Cloud Storage using JavaScript. See the process of setting up the sample application, running the sample and using it to try out Cloud Storage API commands like ‘list buckets’. The sample is located at: https://github.com/GoogleCloudPlatform/storage-getting-started-javascript/ Terminal commands we’ll be running: $ git clone https://github.com/GoogleCloudPlatform/storage-getting-started-javascript.git $ cd storage-getting-started-javascript $…