Microsoft SharePoint Graph API - Upload File
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-11-23 05:57 AM
Hi All,
We are currently facing an issue while trying to upload a document to a SharePoint site in client environment.
The “Upload File” action of the Microsoft Graph API seems to be throwing the following error during debugging:
Please find below, the configuration details of the action as well the reference screenshot of the SharePoint site being used.
- Action Details.
- SharePoint Site
We have provided the
The file used to upload is of size : 400 kb. If someone has faced this issue, please guide on what exactly is wrong and how to resolve.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-11-23 06:39 AM
Are you using the latest version of the SharePoint Upload asset available on DX
The parameter named File of Binary DataType is not present in the version that I see. Also you may want to double check the format of the FolderPath as per the user guide.
"Optional: The folder path, within the drive, where the file will be uploaded. Ex. 'root:/TestFolder'. Default path is 'root:'."
