ravipatidar54 / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

Google Api Exception-" No individual errors" #221

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.When trying to insert events to Google calendar through my code,sometimes i 
am getting this exception.The request 'Google.Apis.Requests.Request(insert @ 
https://www.googleapis.com/calendar/v3/calendars?alt=json&prettyPrint=true )' 
has failed. The service calendar has thrown an exception: 
Google.GoogleApiRequestException: Google.Apis.Requests.RequestError
 [500]
No individual errors
 ---> System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
   at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
The Api dll version is 1.1.4344.23403.Operating System is Windows Sever 2003 r2.

Please provide any additional information below.
I think for a valid request,we need to append the calendar id in the url.In 
this case the url is coming without any calendar information.

Thanks,
Sreedevi

Original issue reported on code.google.com by sreedevi...@gmail.com on 15 Jun 2012 at 6:31

GoogleCodeExporter commented 9 years ago
Thanks for the report, unfortunately that sounds like an error on the server 
side (500) so not something the .Net client team can help with. 

Original comment by davidwat...@google.com on 27 Nov 2012 at 5:39