User Profile
Adele_V
Copper Contributor
Joined 5 years ago
User Widgets
Recent Discussions
How to search Sharepoint & Teams files through graph API? But not Onedrive files
I'm trying to search Sharepoint & Teams files through POST https://graph.microsoft.com/v1.0/search/query. I passed the `entityType` as `driveItem` in the request body so that I could able to search Sharepoint, Teams & Onedrive files. But in my case, I should ignore the files from Onedrive. Is there a way to search only Sharepoint & Teams files but not Onedrive files?565Views0likes0CommentsRe: Learning about SharePoint API's
I am able to provide the authentication (generated the access token using client id, secret, Tenant id) but I couldn't perform post request API calls. Is there anything to do with account permissions, just curios.. FYI: I am successful in retrieving the data (Get request API calls).1KViews0likes0CommentsLearning about SharePoint API's
Hi, I am learning about the SharePoint API's from the Documentation available and tried performing the actions through Postman tool. I am able to do the Get request (for example: Get Folders) in the postman tool but when I am trying to perform Post request (for example: Delete Folder) then the error message is "Accessdenied.Youdonothavepermissiontoperformthisactionoraccessthisresource". Can I know the reason for this??1.1KViews1like2Comments
Recent Blog Articles
No content to show