After you mentioned trying it with another Google Account, I went ahead and tested it as such. My code along with the Sample Applications worked.
I now have a good idea of what was causing this error, my password. My password as of then used the % character; the other account's password did not. After the removal of the % character, my code along with the Sample Applications worked just fine. >From further testing, I've found that is the only character that seems to muddle up the login so far (maybe it is being interpreted as an escape character) as I tested a series of common symbols found above the numbers on the generic U.S. keyboard. So, was I not supposed to use % in the first place? On Jun 2, 2:33 pm, "Jeff Fisher (Google)" <[EMAIL PROTECTED]> wrote: > Hi, > > That sounds a bit odd. Can you give a code sample that reproduces this > issue? Have you tried it with a different Google Account? > > Cheers, > -Jeff > > On Jun 1, 1:19 pm, Lord Graviton <[EMAIL PROTECTED]> wrote: > > > Hi, > > I've recently started working with the GData API to be able to > > incorporate data from Google Calendar and Documents at this point. > > This is to be done through a C# application and I get consistent > > failures in any server queries; the failure is always an > > InvalidCredentialException no matter what service is used (Calendar, > > Documents, Photo, Blogger). I have also tried using the Sample > > Applications that were installed along with the GData API, but those > > returned with > > the same exact error as well. > > > At first I thought that I might be doing something insufficiently well > > in my code which gives rise to the persistent exception, but after > > observing the sample applications failing in the same manner has left > > me clueless. I will greatly appreciate any help or reasoning I can > > get. > > > Regards, etcetera. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Data Protocol" 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://groups.google.com/group/google-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
