暮らしに役立つ便利なWEBサービス / APIを紹介していきます

Google Drive API V3

● Google Drive APIが使用できるまでの流れ

1. google cloud consoleから設定する
 ・Google Drive APIを有効にする
 ・クライアントIDやAPIキーなどを設定する

(好きな言語で開発します)
2. google api でログイン
3. google drive api を使う

● html , javascript を使用したクイックスタート

https://developers.google.com/drive/api/quickstart/js?hl=ja

・クライアントID , APIキーが必要。

「APIとサービス」 → 「認証情報」 → 「 認証情報を作成」 → 「APIキー」 から作成します。

https://help.talend.com/r/ja-JP/8.0/google-drive/how-to-access-google-drive-using-client-id-and-secret-a-google

No.2282
02/08 10:17

edit