Skip to content

Commit 1fc972c

Browse files
committed
Adds notes for fixing missing project
1 parent c312fc5 commit 1fc972c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

vision/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,12 @@ Example:
3333
ruby vision_samples.rb labels /path/to/cat.jpg
3434
ruby vision_samples.rb landmark /path/to/grand-canyon.jpg
3535
ruby vision_samples.rb faces /path/to/faces.jpg output-image.jpg
36+
37+
Troubleshooting:
38+
39+
If you encounter the message, "project is missing", set the configured
40+
project by setting the *GOOGLE_CLOUD_PROJECT* environment variable:
41+
42+
export GOOGLE_CLOUD_PROJECT="YOUR-PROJECT-ID"
43+
44+
For more information, see, [Authentication with Google Cloud Ruby](http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud/v0.20.1/guides/authentication#withgooglecloudruby)

0 commit comments

Comments
 (0)