Error code 403 in Google+ api

前端 未结 5 2024
臣服心动
臣服心动 2020-12-06 06:52

I got \"error\": { \"errors\": [ { \"domain\": \"usageLimits\", \"reason\": \"dailyLimitExceededUnreg\", \"message\": \"Daily Limit for Unauthenticate

5条回答
  •  臣服心动
    2020-12-06 06:55

    BrettJ's answer will cover most of the bases. However, you will also get this error - even when your credentials are properly authenticated - when the scope is not properly set up. I would check the scope setting in your OAuth dance. Make sure your user is permitted to do the thing your code is trying to help them do.

提交回复
热议问题