Questions tagged [gcloud-node]

gcloud-node is the Google Cloud Client Library for Node.js - an idiomatic, intuitive, and natural way for Node.js developers to integrate with Google Cloud Platform services, like Cloud Datastore and Cloud Storage.

gcloud-node lets you interact with Google Cloud services, such as Datastore and Storage.

Quick Start

$ npm install --save gcloud

Resources

96 questions
0
votes
1 answer

NodeJS Managed VM receiving 403 on datastore writes

Dear Google Team & GAE Enthusiasts: I tried deploying my NodeJS app to my GAE project with the new remote dockerless option: "gcloud preview app deploy app.yaml --set-default --remote" The deployment process seemed to be fine -- meaning no errors…
0
votes
3 answers

NodeJS gcloud - Upload to google storage with public-read property/custom cache-expire

I am trying to upload to google storage using the gcloud library (NodeJS). I need to enable public-read property and also set the cache-expiration to 5 minutes. I am using this (simplified) code: storage = gcloud.storage({options} bucker =…
Alon
  • 801
  • 1
  • 10
  • 22
0
votes
1 answer

NodeJS Google Storage unable to create new Bucket with gcloud utility

So i am having some trouble with the gcloud plugin for Node. I can create a bucket manually via their GUI and then use that container just fine to write files in my node program using the gcloud library provided by google. The problem comes when i…
Marc
  • 43
  • 1
  • 10
0
votes
1 answer

Not found error in bucket.createReadStream

I just started using gcloud-node in an ExpressJS web app and have run in to what seems to be a very basic issue but I can't figure it out. I can upload files no problem. I use: fs.createReadStream(req.files.file.path) …
Ruairi O'Brien
  • 1,209
  • 5
  • 18
  • 33
0
votes
1 answer

Adding entity property with more than 500 characters/setting unindexed

I'm trying to create a entity with a property of more than 500 characters by setting the indexed value to false. How would I go about doing this with the gcloud-node library with the save function? Thanks
CJ Behne
  • 48
  • 2
0
votes
1 answer

How to set Google Cloud Storage ACLs with gcloud-node?

The library was announced recently, which is much simpler to use than the old google apis client http://googlecloudplatform.blogspot.jp/2014/09/gcloud-node-google-cloud-platform-client-library-for-nodejs.html
Cedric Fung
  • 477
  • 1
  • 4
  • 12
1 2 3 4 5 6
7