On Wed, Oct 22, 2014 at 12:01 PM, Distal Twitch <[email protected]>
 wrote:

>
> When I deploy my app to Google I immediately get a message that: An error
> occured while deploying to AppEngine. See the error log for more details.
>
>
> The Eclipse error log shows what I believe is an authentication problem:
>
> How can I tell Eclipse to start over and let me log in again? I'm totally
> stuck. There must be a file somewhere that it's using to hold on to my auth
> information. Does anyone know how to clear or reset it?
>



Hi Distal,

When you open Eclipse and your App Engine project, look in the bottom right
hand corner. Do you see a "Sign in to Google" button or your Google email
address there? If you do, click it and either log in with the right account
or log out.

If you don't see anything there, open up a command line prompt and navigate
to the base folder of your eclipse installation. Go into the plugins
folder, then find the app engine sdk bundle (it'll have a folder that is
named similar to: *com.google.appengine.eclipse.sdkbundle*). Run appcfg
with the *--email=your_gmail_address* argument, this should make appcfg use
a new credential.

If this all fails, search your computer for any files named .appcfg_nag,
.appcfg_cookies, or .appcfg_oauth2_tokens and delete them. And make sure
your system clock is set to the correct time and time zone.


-----------------
-Vinny P
Technology & Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to