abujehad139 / 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

.NET C# Blogger v3 API Bug, Service.Blogs.ListByUser #328

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Instantiate Blogger Service
2. Call ListByUser using an actual userId from gplus instead of "self"

BlogsResource.ListByUserRequest blogListByUserAction = 
service.Blogs.ListByUser("105499867526169935261");

3. Run Fetch 

BlogList list = blogListByUserAction.Fetch();

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

I should get a list of my blogs; however, I receive the following exception 
(works fine w/ "self"): 

"Google.GoogleApiRequestException was unhandled by user code
  Message=Google.Apis.Requests.RequestError
 [500]
No individual errors"

What version of the product are you using? On what operating system?

.net c# blogger api v3 on windows 7 64 bit. 

Please provide any additional information below.

This also is reproduceable in the sandbox using the userId: 
https://developers.google.com/blogger/docs/3.0/reference/blogs/listByUser

500 Internal Server Error

- Hide headers -

cache-control:  private, max-age=0
content-encoding:  gzip
content-length:  66
content-type:  application/json; charset=UTF-8
date:  Wed, 22 May 2013 21:34:15 GMT
expires:  Wed, 22 May 2013 21:34:15 GMT
server:  GSE

{
 "error": {
  "code": 500,
  "message": null
 }
}

Original issue reported on code.google.com by cbarthol...@gmail.com on 22 May 2013 at 9:35

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 23 May 2013 at 12:41

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 14 Aug 2013 at 3:25

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 1 Oct 2013 at 5:32

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 17 Jan 2014 at 10:44

GoogleCodeExporter commented 9 years ago
Can you verify what is the result that you get back when running your query 
using the Google APIs explorer - 
https://developers.google.com/apis-explorer/#p/blogger/v3/blogger.blogs.listByUs
er?

Original comment by pele...@google.com on 20 Jan 2014 at 5:25

GoogleCodeExporter commented 9 years ago
I have verified this result. Thank You.

Original comment by cbarthol...@gmail.com on 18 May 2014 at 1:15