GMail API получает доступ, не настроенный в Android

Привет я пытаюсь реализовать GMail API в моем приложении для Android, чтобы отправлять почту в фоновом режиме. Но я получаю ответ как это. Даже если я включил разрешение Gmail API в своем приложении.

{
      "code" : 403,
      "errors" : [ {
        "domain" : "usageLimits",
        "message" : "Access Not Configured. The API (Gmail API) is not enabled for your project. Please use the Google Developers Console to update your configuration.",
        "reason" : "accessNotConfigured",
        "extendedHelp" : "https://console.developers.google.com"
      } ],
      "message" : "Access Not Configured. The API (Gmail API) is not enabled for your project. Please use the Google Developers Console to update your configuration."
    }

Я следовал за https://developers.google.com/gmail/api/quickstart/android для интеграции.

0 ответов

Другие вопросы по тегам