I have a Unity application that's currently accessing the Dataverse and correctly pulling some 'text' information from a table
The issue that I'm facing is that I'm trying to pull down a test video file that I have uploaded to the Dataverse
I was researching the error code "0x80070005" and it seems to be linked to "Permissions"
When in the Unity application I'm able to generate an Access token and retrieve data so I don't think that my problem is linked to an access token
I was thinking that my issue is linked to 'file permissions' as I can see a lock symbol beside the name of the file, but I cannot seem to change its access/permission rights for that specific file.
I can download the file in Postman