Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug/Typo in Step 9 (Upload of Images) #7

Open
manikantan-k opened this issue Oct 19, 2016 · 1 comment
Open

Bug/Typo in Step 9 (Upload of Images) #7

manikantan-k opened this issue Oct 19, 2016 · 1 comment

Comments

@manikantan-k
Copy link

// AS-IS
In file book.js
var dataset = gcloud.datastore.dataset();

// TO BE
This is the corrected code -
var datastore = gcloud.datastore({
projectId: config.projectId,
keyFilename: config.keyFilename
});

The problem with this code is that datastore.dataset() is an invalid function and the entire dataset variable is not used in the code thereafter. probably got pasted from somewhere else ?

@jsimonweb
Copy link
Contributor

The documentation has been updated to correct this issue. This should be resolved as soon as the documentation is republished.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants