
Announcements
Hi
I have a powerapps app connected to azure blob storage, when I upload a file via attachment control the file gets upload with the content type “application/octet-stream”.
However, when I use the ‘Create Bob (v2)’ power automate step, files get uploaded as ‘text/plain’, but I want it to be “application/octet-stream”. Content type.
I have change the ‘content-type’ field within ‘Create Bob (v2)’ to “application/octet-stream” but it still gets uploads as ‘text/plain’.
Can someone please help.
Thanks
Just ran into this issue myself where I had a CSV file opening in the browser instead of downloading.
It looks like the content type cannot be changed during creation of the blob. However, if you update the blob right after with the same content, you can change the context type to application/octet-stream