0

APIを使用してgmailにアクセスするために、Googleが提供するドキュメントに従っています。Google のドキュメントによると、gmail を管理するにはアクセス トークンが必要です。

そこで、以下のドキュメント リンクを読んで、アクセス トークンを作成しようとしました。

Link1 :- developers.google.com/accounts/docs/OAuth2WebServer、このドキュメントに基づいて URL1 を作成しました。

Link2 :- code.google.com/p/google-mail-oauth2-tools/wiki/OAuth2DotPyRunThrough、このドキュメントに基づいて URL2 を作成しました。

URL1 :- https://accounts.google.com/o/oauth2/auth?scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email+https%3A%2F%2Fwww.googleapis.com %2Fauth%2Fuserinfo.profile&state=%2Fprofile&redirect_uri=http%3A%2F%2Flocalhost%2Fstudy%2Fgmail-access%2Foauth2-php-samples%2Foauth2.php&response_type=code&client_id=XXXXXXXXXXXXXXX.apps.googleusercontent.com&approval_prompt=force

URL2 :- https://accounts.google.com/o/oauth2/auth?client_id=XXXXXXXXXX.XXXXapXps.googleusercontent.com&redirect_uri=http%3A%2F%2Flocalhost%2Fstudy%2Fgmail-access%2Foauth2-php-samples%2Foauth2 .php&response_type=コード&スコープ=https%3A%2F%2Fmail.google.com%2F

両方のリクエストで無効なクライアント レスポンスが返されます。無効なクライアント応答を取得する理由を見つけるのを手伝ってください。

4

1 に答える 1