Client object model get item by id error- “Item does not exist. It may have been deleted by another user”

后端 未结 1 1042
暖寄归人
暖寄归人 2021-01-25 20:27

I am getting error while I try execute get list item by id

 ClientContext clientContext = TokenHelper.GetClientContextWithAccessToken(sharepointUrl.ToString(), a         


        
相关标签:
1条回答
  • 2021-01-25 21:07

    The problem was in the permission in the manifest file, and while you are deploying the app, SharePoint asks you about "trust" then you have to choose the list which you want to operate with.

    0 讨论(0)
提交回复
热议问题