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

不问归期 提交于 2019-12-12 03:26:34

问题


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 cant see anything wrong. any help will be greatly appreciated. thanks!


回答1:


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.



来源:https://stackoverflow.com/questions/28183210/podio-net-the-app-with-id-xxxxxxxx-does-not-have-the-right-view-on-profile-with

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!