坚持使用gmail api

时间:2015-11-29 14:19:42

标签: php google-api-php-client gmail-api

我按照此链接中的说明操作 https://developers.google.com/gmail/api/quickstart/php 我按照他们的要求做了一切 直到最后,问题现在在php quickstart.php之后做什么,当我这样做时它只列出

 php quickstart.php labels  -INBOX
Labels:
- DRAFT
- CATEGORY_UPDATES
- UNREAD
- CATEGORY_PROMOTIONS
- INBOX
- CATEGORY_SOCIAL
- CATEGORY_PERSONAL
- CATEGORY_FORUMS
- TRASH
- CHAT
- IMPORTANT
- SENT
- STARRED
- SPAM

当我在浏览器中放入quickstart.php时出现此错误

Fatal error: Uncaught exception 'Exception' with message 'This application must be run on the command line.' in C:\xampp\htdocs\gmail-api\quickstart.php:12 Stack trace: #0 {main} thrown in C:\xampp\htdocs\gmail-api\quickstart.php on line 12

我想在我的应用中列出消息 感谢大家的帮助

0 个答案:

没有答案