Hello, I am trying to read an excel file from Microsoft sharePoint and manipulate it and then rewrite it and upload back into SharePoint. To do this I am using the HTTP request node which I connected to Sharepoint via Oauth2.
The issue arising is that once I read the excel document by pasting the URL into the URL field of the HTTP request node - it outputs a long string which I convert to JSON but then upon writing it to a new file it just exports as a blank excel sheet. In other similar workflows I have seen the HTTP node read the excel file into a binary data type which does not seem to automatically happen on my end. Because of this I think there may be an issue with the HTTP request node.
it depends on what the sharepoint API is configured to output. You may want to research the correct API endpoint to fetch the binary file. If you’re working with the API v1 you might find this helpful: