Skip to main content

insufficientPermissions: Create board API, Required scopes: boards:write

  • February 25, 2022
  • 3 replies
  • 303 views

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"
}
 

3 replies

Anthony Roux
Mironeer
Forum|alt.badge.img+1
  • Mironeer
  • 215 replies
  • February 25, 2022

Hi @highbee

 

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.

 

 


  • Author
  • Beginner
  • 2 replies
  • February 25, 2022

Hi @highbee

 

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

 


  • Author
  • Beginner
  • 2 replies
  • February 25, 2022

Than

Hi @highbee

 

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.