Hi, i have Problems following the instructions:
What i have done:
-
Create a project
https://cloud.google.com/functions/docs/quickstart -
Activate the cloud function api
https://cloud.google.com/functions/docs/quickstart -
Installed SDK on rp
https://cloud.google.com/sdk/docs/ -
gcloud init
gcloud init
My Settings now
Settings from your current configuration [default] are:
core:
account: *****gmail.com
disable_usage_reporting: 'True'
project: long-carving-*******
The next step not work:
cd openhab-google-assistant/functions
gcloud beta functions deploy openhabGoogleAssistant --stage-bucket staging.<PROJECT ID>.appspot.com --trigger-http
I cant find the path “cd openhab-google-assistant/functions”
and the next step gets an error:
ERROR: gcloud crashed (IOError): [Errno 13] Permission denied: '.rnd'
If you would like to report this issue, please run the following command:
gcloud feedback
To check gcloud for common problems, please run the following command:
gcloud info --run-diagnostics
I run gcloud init as the user pi, without sudo…
Any ideas ?