roniest / google-apis-explorer

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

"code": 400, "message": "entity.resource" #172

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.open  All Versions > Admin Reports API reports_v1 > reports.activities.watch
2.Authorize requests using OAuth 2.0:
3.input userkey=all, applicationName=admin
4.execute
5.result as follow :

400 Bad Request - Show headers -  { "error": {  "errors": [   {    "domain": 
"global",    "reason": "required",    "message": "entity.resource"   }  ],  
"code": 400,  "message": "entity.resource" }}

I don't know what's wrong .

Original issue reported on code.google.com by xiaokang...@gmail.com on 19 May 2014 at 7:20