I'm seeing this error message sporadically since yesterday. This
usually happens when you make a second query within a a few seconds of
receiving a response from the previous query.
Google.GData.Client.GDataRequestException: Execution of request
failed: http://www.google.com/base/feeds/items/batch --->
System.Net.WebException: The remote server returned an error: (401)
Unauthorized.
at System.Net.HttpWebRequest.GetResponse()
at Google.GData.Client.GDataRequest.Execute()
This issue can be reproduced in the provided sample application
gbase_demo.exe - to reproduce the issue follow these steps:
1. fire up gbase_demo.exe and enter your account information
2. click Get data
3. make some changes to the items retrieved and click Post data
4. after the data refreshes, make some more changes and click Post
Data in a short span of 2-3 seconds again.
any idea what could be going on ?