dgallen / google-plugin-for-eclipse

Automatically exported from code.google.com/p/google-plugin-for-eclipse
Eclipse Public License 1.0
0 stars 0 forks source link

app engine application not found #339

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Reported by supriyagarg

Where did you encounter this problem? 
  [ ] APIs
  [ ] CLI
  [ ] Developers Console
  [ ] Docs
  [x] Other
Google cloud plugin for Eclipse

How bad is it on a scale of 1-5 
(1=Minor Annoyance; 5=Total Work Blocker)
3

What were you trying to do? 
Deploy a Java application to AppEngine

What did you expect to happen? 
Deploy properly, or give a meaningful error message

What actually happened?
It complains that the application does not exist. The problem was that Eclipse 
had auto-logged into an account based on an account in chrome, which was 
different from the application owner. Printing out the user name + project name 
would be better. 

Alternatively, an auto-complete that can only type out the ids for applications 
accessible by the current user will be much better.

Original issue reported on code.google.com by pafl...@google.com on 4 Sep 2015 at 2:10