“Access Not Configured. Please use Google Developers Console to activate the API for your project.”

前端 未结 2 745
南笙
南笙 2021-02-13 17:58

I have a google site with a form.I have added a script to the form\'s spreadsheet and added a \"on form submit\" trigger. I am trying to create an empty circle.

Here is

相关标签:
2条回答
  • 2021-02-13 18:35

    You are using PlusDomains.Circles.insert. Make sure your site is created under your paid Google Apps account, PlusDomains will only work with Google Domains (i.e. paid accounts). Just a thought

    0 讨论(0)
  • 2021-02-13 18:38

    It's exactly what it says. To fix:

    1. Goto Google Developers Console on https://console.developers.google.com
    2. Choose your project from the list
    3. Select API's from the left nav
    4. Turn ON the API you are trying to access.

    You may need to regenerate your access and refresh token for this to work.

    0 讨论(0)
提交回复
热议问题