Forum Discussion
cjsingh
Nov 11, 2020Copper Contributor
Not able to create folder on sharepoint sites.
Hi, Our website has requirement to upload files to cloud and for that I choose to store on SharePoint site using Microsoft Graph API. I have followed the Graph API documentation and able to uploa...
- Nov 16, 2020
cjsinghI found the solution by doing R n D and it was site id issue. Site id we are getting from the Graph API is comma separated and it was working fine for the same tenant but for the other tenant it was showing this site id error. So fixed the issue by spitted the comma separated site id and get the actual 32 character long site id and pass to Create Folder API call.
cjsingh
Nov 16, 2020Copper Contributor
cjsinghI found the solution by doing R n D and it was site id issue. Site id we are getting from the Graph API is comma separated and it was working fine for the same tenant but for the other tenant it was showing this site id error. So fixed the issue by spitted the comma separated site id and get the actual 32 character long site id and pass to Create Folder API call.