tvt2410 / google-api-php-client

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

Add optional parameter quotaUser to service/Google_ServiceResource.php #232

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use the parameter quotaUser 
(https://developers.google.com/discovery/v1/parameters) on any API request as 
an optional parameter.

What is the expected output? What do you see instead?
"quotaUser" is not a valid parameter

What version of the product are you using? On what operating system?
0.6.0, FreeBSD 7.0

Please provide any additional information below.
Need to include in src/service/Google_ServiceResource.php the stack parameter " 
'quotaUser' => array('type' => 'string', 'location' => 'query') "

Original issue reported on code.google.com by abolanos...@gmail.com on 3 Dec 2012 at 4:14

GoogleCodeExporter commented 9 years ago
Thank you for the report!

This is now fixed in in r516.
https://code.google.com/p/google-api-php-client/source/detail?r=516

You can grab the latest version of the client here:
https://code.google.com/p/google-api-php-client/source/checkout 

Original comment by chirags@google.com on 3 Dec 2012 at 11:27