Error: restricted_client when authorization Youtube API V3

前端 未结 1 1769
天命终不由人
天命终不由人 2020-12-29 15:01

I got this error when I create new client secret in new project.

  1. That’s an error.

Error: restricted_client<

相关标签:
1条回答
  • 2020-12-29 15:38

    403 errors are errors with the users access. The user you are currently authenticated with does not have permission to do what you are trying to do in your case it appears to have something to do with the following scope.

    https://www.googleapis.com/auth/youtube.readonly

    Its hard to know what you are doing without seeing your code. I suggest you attempted to authenticate your user again. IF you changed the secret then its not going to work with a refresh token generated by another secret.

    I am going to contact Google to be sure that there hasnt been any changes recently. I cant see anything in the change logs myself. There may have been a stealth change that they didnt release.

    Status

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