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

when I use the code $lists = $tasksService->tasklists->listTasklists(); apache return 500 error code #300

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.I used the official document 
https://code.google.com/p/google-api-php-client/source/browse/trunk/examples/tas
ks/index.php
2.I have got the token
3.when the program execute this "$lists = 
$tasksService->tasklists->listTasklists();", I have got 500 response.

What is the expected output? What do you see instead?
The expected output is Tasks List, but 500 instead.

What version of the product are you using? On what operating system?
the version is 0.6.1, and system is linux redhat

Please provide any additional information below.

Original issue reported on code.google.com by seanchen...@gmail.com on 8 Apr 2013 at 10:13

GoogleCodeExporter commented 8 years ago
Just to confirm: is the tasks API enabled in your API console project?

Original comment by ianbar...@google.com on 8 Apr 2013 at 10:22

GoogleCodeExporter commented 8 years ago
yes!It works!!!
Thank you !!!

Original comment by seanchen...@gmail.com on 8 Apr 2013 at 11:16

GoogleCodeExporter commented 8 years ago

Original comment by ianbar...@google.com on 8 Apr 2013 at 11:25