Hello! I have following issue:
I am making a Graph API call to get available SharePoint storage data from a tenant, which I then want to display in a table.
The API call is successful and returns a content-type: application/octet-stream with a CSV file attachment.
Apologies for the confusion on parsing the CSV file, it sounds like you were able to get that figured out using the papa.parse() libbrary!
Just so that the solution is easier to read for any future users that come across this post, the solutions involves them using the following code snippet.