As paper APIs are migrated for new Dropbox account, we want to show appropriate error message to inform about paper API migration to the user of our application, but in api analysis we found that we are getting insufficient permission error for create paper api call as below,
https://api.dropboxapi.com/2/paper/docs/create
{
"error_summary": "insufficient_permissions/...",
"error": {
".tag": "insufficient_permissions"
}
}
Is this expected error message we will get for paper APIs with new account(created after Sept 19) or is it some another issue with the permissions?