Hello,
I am integrating miro API to a third party App and I wanted to use create board and widget API, After using the OAuth to get token for authorization, and having set the required parameters as stated in the documentation, I kept getting “insufficient permission” response code.
Below is the sample of response I got:
{
"status" : 403,
"code" : "insufficientPermissions",
"message" : "Required scopes: boards:write",
"type" : "error"
}
Hi
It seems that the developer app you use doesn’t have the “boards:write” scope enabled. You can see here how to enable specific scopes for your app.
Hi
It seems that the developer app you use doesn’t have the “boards:write” scope enabled. You can see here how to enable specific scopes for your app.
I have followed this documentation. Infact I deleted my account and register again with a fresh email. now I can’t find the create app button. Attached is screenshot of “Your Apps” menu
Than
Hi
It seems that the developer app you use doesn’t have the “boards:write” scope enabled. You can see here how to enable specific scopes for your app.
I have read this and I have followed every instruction, I am using the rest API and not the SDK, meaning that’s optional and I don’t even get any URL at point of creation.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.