Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter alleversun

    (@alleversun)

    Thanks for the replay Bojan, what do I do if I am using a business account? Is it still possible? I contacted google and this is what they said:

    “Thanks for connecting. The courtesy daily quota for the Calendar API is currently 1,000,000/day and I’ve verified you have this amount in your console for Project ID 28284774667.

    I understand you’re receiving the the error “Daily Limit for Unauthenticated.” It’s possible it is not hooked to your project (Project ID 28284774667) in your Google Developer console. You may need fix your code to use your client id/project id (Project ID 28284774667) from Google Developer console.”

    Thread Starter alleversun

    (@alleversun)

    This is what the api returns:

    {
    “error”: {
    “errors”: [
    {
    “domain”: “usageLimits”,
    “reason”: “dailyLimitExceededUnreg”,
    “message”: “Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.”,
    “extendedHelp”: “https://code.google.com/apis/console”
    }
    ],
    “code”: 403,
    “message”: “Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.”
    }
    }

Viewing 2 replies - 1 through 2 (of 2 total)