google-code-export / google-apis-explorer

Automatically exported from code.google.com/p/google-apis-explorer
Apache License 2.0
1 stars 3 forks source link

No data about me #158

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to: 
https://apis-explorer.appspot.com/apis-explorer/?base=https://teams-service-dev.
googleplex.com/_ah/api#p/teams/v1/teams.persons.getMe?_h=6&  
(Services > Teams API v1 > teams.persons.getMe)
2. Click on Execute
3. Response: user not found (full response in the bottom)

What is the expected output? What do you see instead?
I expected my data from teams. Instead I see an error that my username does not 
exist.

What version of the product are you using? On what operating system?
?
Goobuntu, Chrome. It shouldn't matter, should it?

Please provide any additional information below.
I have alredy switched on "Authorize requests using OAuth 2.0".

Full response:
404 Not Found

{
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "notFound",
    "message": "PersonResource with username[s] [lukaszc] not found"
   }
  ],
  "code": 404,
  "message": "PersonResource with username[s] [lukaszc] not found"
 }
}

Original issue reported on code.google.com by luka...@google.com on 16 Apr 2014 at 11:25