Hi all, Now I have problem that I can not access Google Contacts via API. My environment is : .Net Local : Windows 7 + Visual web Developer2010 Server : Windows2003 Server + Original Domain I want to get my address list from google contacts and I can success on Local machine, But I try from rental server then I catch Google.GData.Client.InvalidCredentialsException: Invalid credentials I can not find reason. Because I can success on my Local environment But I fail on rental server... I need advice!!! Thank you. Server Error in '/' Application. ------------------------------ *Invalid credentials* *Description: *An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
*Exception Details: *Google.GData.Client.InvalidCredentialsException: Invalid credentials *Stack Trace:* [InvalidCredentialsException: Invalid credentials] Google.GData.Client.Utilities.QueryClientLoginToken(GDataCredentials gc, String serviceName, String applicationName, Boolean fUseKeepAlive, IWebProxy proxyServer, Uri clientLoginHandler) +904 Google.GData.Client.GDataGAuthRequest.QueryAuthToken(GDataCredentials gc) +251 Google.GData.Client.GDataGAuthRequest.EnsureCredentials() +41 Google.GData.Client.GDataRequest.EnsureWebRequest() +1091 Google.GData.Client.GDataGAuthRequest.EnsureWebRequest() +26 Google.GData.Client.GDataRequest.Execute() +42 Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter) +480 Google.GData.Client.GDataGAuthRequest.Execute() +10 Google.GData.Client.Service.Query(Uri queryUri, DateTime ifModifiedSince, String etag, Int64& contentLength) +193 Google.GData.Client.Service.Query(FeedQuery feedQuery) +202 Google.GData.Contacts.ContactsService.Query(GroupsQuery feedQuery) +5 ASP.marugoto_gtest_aspx.gbtn_Click(Object sender, EventArgs e) in D:\CustomerData\webspaces\webspace_00123456\wwwroot\*******\******\*****.aspx:31 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565 -- You received this message because you are subscribed to the Google Groups "Google Contacts, Shared Contacts and User Profiles APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://code.google.com/apis/contacts/community/forum.html
