You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to create a flow to resend Excel and Word files (forwarding). The issue is that when I use the API with a GET request to fetch the files via URL, they are returned in the formats application/vnd.openxmlformats-officedocument.spreadsheetml.sheet and application/vnd.openxmlformats-officedocument.wordprocessingml.document. I then change the file names and extensions to .xlsx and .docx, and resend them through the API. However, the problem is that the file format appears differently when opened on a desktop versus on a phone—it turns into a .zip file. How can I ensure the format stays consistent across all platforms?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to create a flow to resend Excel and Word files (forwarding). The issue is that when I use the API with a GET request to fetch the files via URL, they are returned in the formats application/vnd.openxmlformats-officedocument.spreadsheetml.sheet and application/vnd.openxmlformats-officedocument.wordprocessingml.document. I then change the file names and extensions to .xlsx and .docx, and resend them through the API. However, the problem is that the file format appears differently when opened on a desktop versus on a phone—it turns into a .zip file. How can I ensure the format stays consistent across all platforms?
In desktop version

In mobile version

Beta Was this translation helpful? Give feedback.
All reactions