Sep 29 2021 08:15 PM
Hi everyone. I'm a product person doing some research for a developer. We are wanting to pull files from a folder in OneDrive. But our app only supports certain file types. We need to be able to identify the file type (mimetype) before we then send it to our app. We were able to finally get the mimetype data but then we got an error telling us the ID of the file is not valid. Is there some other ID that we need to query for? We tried all of the IDs returned and we were told that all of them were not valid.
I had a similar issue using MS Flow where we had to capture an underlying ID that Flow created instead of the actual ID from Sharepoint. I have no idea if this is similar or not. We are not using MS Flow for this at all. We are using the Graph API.
This may have nothing to do with mimetype at all but it started happening after we finally were able to get the mimetype data.
Sep 30 2021 04:37 AM