Error code 403 in Google+ api

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

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

5条回答
  •  [愿得一人]
    2020-12-06 07:16

    I got the same error and after much hunting I found that, in my case, the Authorization header with the access token was not set. Set Authorization: "Bearer " in the header of the request of EVERY Google API call.

提交回复
热议问题