ファイルに関する情報を取得できません。
ここに私の状況があります:
- Googleドライブにログインしています
- Googleピッカーを介してファイルIDを取得します
- 次に、URLを入力します
https://www.googleapis.com/drive/v1/files/[file ID]
しかし、次のエラーが表示されます。
{
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "dailyLimitExceededUnreg",
"message": "Daily Limit Exceeded. Please sign up",
"extendedHelp": "https://code.google.com/apis/console"
}
],
"code": 403,
"message": "Daily Limit Exceeded. Please sign up"
}
}
どうすれば整理できますか?