MrLoick / google-apis-explorer

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

Missing required request body field in drive.permissions.insert #339

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The following steps will reproduce the problem:
1. Select the Drive API from the Google API Explorer.
2. Select drive.permissions.insert from the list of available options.
3. Fill in required fields as specified by the instructions.
4. Click the "execute" button.

I expected to see a "200 OK" result after executing the request. Instead, the 
result was "400 bad request." The response indicated that permissions value 
field was missing.

I am using the Google API explorer as on June 9, 2015. This app appears to 
implement version 2 of the Google Drive API.

Original issue reported on code.google.com by krberin...@lbl.gov on 9 Jun 2015 at 11:09