Hỏi đáp
Chia sẻ kiến thức, cùng nhau phát triển
Google Drive API PHP
Có ai từng làm api google drive code PHP chưa ạ.
Mình làm theo hướng dẫn dưới đây: https://developers.google.com/drive/v3/web/quickstart/php và xem thêm 1 vài hướng dẫn khác trên mạng thì tới bước 4 gõ đoạn code dưới vào CMD windows (quickstart là tên mình đặt)
php quickstart.php
Thì báo lỗi :
Uncaught InvalidArgumentException: Invalid token format in C:\xampp\htdocs\google-drive\vendor\google\apiclient\src\Google\Client.php:423
Stack trace:
#0 C:\xampp\htdocs\google-drive\quickstart.php(50): Google_Client->setAccessToken(Array)
#1 C:\xampp\htdocs\google-drive\quickstart.php(74): getClient()
#2 {main}
thrown in C:\xampp\htdocs\google-drive\vendor\google\apiclient\src\Google\Clie
nt.php on line 423
Fatal error: Uncaught InvalidArgumentException: Invalid token format in C:\xampp\htdocs\google-drive\vendor\google\apiclient\src\Google\Client.php:423
Stack trace:
#0 C:\xampp\htdocs\google-drive\quickstart.php(50): Google_Client->setAccessToken(Array)
#1 C:\xampp\htdocs\google-drive\quickstart.php(74): getClient()
#2 {main}
thrown in C:\xampp\htdocs\google-drive\vendor\google\apiclient\src\Google\Client.php on line 423
Ai đã có kinh nghiệm hay đã từng mắc lỗi này thì giúp mình khắc phục với ạ. Thanks.
Bạn đã nhập client secret và những thông số key của api vào chưa đấy?