I do have billing enabled for this project. Ideas on how to resolve and/or where to look for the build logs for more details?
Also, how do I change what App Engine project it is deployed to? For
example, 'flexible-vm-python' is the project I used for the Hello World
sample. The project for this app is 'flexible-vm-api-profiler'.
Trish Whetzel
unread,
Jun 3, 2016, 4:15:17 PM6/3/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
I see now, I needed to run gcloud init again to configure deployment of the new app.
Adam (Cloud Platform Support)
unread,
Jun 4, 2016, 4:00:45 PM6/4/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Glad to hear you were able to sort it out. Alternatively, you can also use 'gcloud config set project <project>' to directly switch the project.
Some other useful commands are 'gcloud config set account <account>' to switch to another credential you have saved, and 'gcloud auth login' if you need to sign in to another Google account.