I have a client that shared a projectID that he recently created so that I could deploy to it.
When I go to console/manage all projects, I see a list of all my project IDs, but his is the only one that contains a domain name.
example "domain.com:projectname-12345"
I've tried to deploy to just "projectname-12345" and also to "domain.com:projectname-12345" using goapp deploy and they both return
This application does not exist (app_id=u'domain.com:projectname-12345').
or
This application does not exist (app_id=u'projectname-12345').
What should I be putting in the application: line for app.yaml?
Thanks