I just generated a key for my new dev domain an hour ago. I'm getting
this in my GBaseDataRequest.Message:
"Execution of authentication request failed"
the ResponseString is blank.
Code is:
GBaseService service = new GBaseService("AppName-version",
developerKey);
service.setUserCredentials("*****", "*****");
GBaseEntry entry = new GBaseEntry();
.. set attributes ..
try {
GBaseEntry myEntry =
service.Insert(GBaseUriFactory.Default.ItemsFeedUri, entry);
}
catch (GDataRequestException gdre)
{
Response.Write("Error: " + gdre.Message + "<br>"
+gdre.ResponseString + "<BR>");
Response.Flush();
}
This is actually in a loop - the first error is what I describe above
and subsequent errors are "Execution of request failed:
http://www.google.com/base/feeds/items"
Anything going on today with the system?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Data API" 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
-~----------~----~----~----~------~----~------~--~---