Search code examples
.netpodio

podio .net The app with id XXXXXXXX does not have the right view on profile with id XXXXXXX


I'm trying to assign a contact to a new item that is being created, but at item creation I get the error:

403
forbidden
The app with id 10923855 does not have the right view on profile with id 2609818

The code segment:

/* Text Field with external_id 'resposible' */
var _responsible = myNewItem.Field<ContactItemField>("responsible");
_responsible.ContactId = 2609818;

I've checked the app permissions and I can't see anything wrong. Any help will be greatly appreciated.


Solution

  • When you authenticate as an app you only have access to items in that specific app. You don't have access to all workspace contacts, only those created by the app or already in use in that app.