sdrose65 / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

Photo #566

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile PhotoBrowser
2. Debug PhotoBrowser
3. Log in with user name and password

What is the expected output? What do you see instead?
I get Invalid credentials error instead of accepting the correct user name and 
password. 
Google.GData.Client.InvalidCredentialsException was unhandled
  Message=Invalid credentials
  Source=Google.GData.Client
  StackTrace:
       at Google.GData.Client.Utilities.QueryClientLoginToken(GDataCredentials gc, String serviceName, String applicationName, Boolean fUseKeepAlive, IWebProxy proxyServer, Uri clientLoginHandler) in D:\Users\Mike\Documents\Visual Studio 2010\Projects\google-gdata\clients\cs\src\core\utilities.cs:line 965
       at Google.GData.Client.GDataGAuthRequest.QueryAuthToken(GDataCredentials gc) in D:\Users\Mike\Documents\Visual Studio 2010\Projects\google-gdata\clients\cs\src\core\gauthrequest.cs:line 451
       at Google.GData.Client.GDataGAuthRequestFactory.QueryAuthToken(GDataCredentials gc) in D:\Users\Mike\Documents\Visual Studio 2010\Projects\google-gdata\clients\cs\src\core\gauthrequest.cs:line 154
       at Google.GData.Client.Service.QueryClientLoginToken() in D:\Users\Mike\Documents\Visual Studio 2010\Projects\google-gdata\clients\cs\src\core\service.cs:line 238
       at Google.GData.Tools.GoogleClientLogin.Login_Click(Object sender, EventArgs e) in D:\Users\Mike\Documents\Visual Studio 2010\Projects\google-gdata\clients\cs\samples\PhotoBrowser\GoogleClientLogin.cs:line 236
       at System.Windows.Forms.Control.OnClick(EventArgs e)
       at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
       at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ButtonBase.WndProc(Message& m)
       at System.Windows.Forms.Button.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
       at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
       at PhotoBrowser.PhotoBrowser.OnLoad(Object sender, EventArgs e) in D:\Users\Mike\Documents\Visual Studio 2010\Projects\google-gdata\clients\cs\samples\PhotoBrowser\Browser.cs:line 220
       at System.Windows.Forms.Form.OnLoad(EventArgs e)
       at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
       at System.Windows.Forms.Control.CreateControl()
       at System.Windows.Forms.Control.WmShowWindow(Message& m)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  InnerException: 

Please use labels and text to provide additional information.

Original issue reported on code.google.com by codefuture on 10 Jan 2012 at 11:01

GoogleCodeExporter commented 9 years ago
Just tried reproducing it and it worked correctly for both a gmail.com account 
and a Google Apps account. Marking as invalid, feel free to reopen it if you 
have more details in order for us to be able to reproduce the issue.

Original comment by ccherub...@google.com on 11 Jan 2012 at 5:17