How do download files generated in AI Assistants? Replace fileid with the image_file file_id or other ids you get and it should work There’s no easy way to figure out the extension programmatically other than to go digging through the headers and to parse them If anyone has better ways please do share them!
How to access files generated by AI Assistants (Assistants API)? Currently, accessing files directly from the Data files location with a fully qualified public URL is not straightforward, as it is more of a secure sandbox The suggested approach is to download the file programmatically and then upload it to a public storage solution
How can I download a file from a sandbox: mnt data URL generated by . . . How to convert or access this sandbox: mnt data style URL from Make com? Is there a way to fetch the file as a proper HTTP link or API output that Make com can handle in a flow? Any ideas or workaround would be super appreciated!
Failed to get upload status for mnt data *filename* Issue . . . I'm working on a project where I need to extract employee information from an HTML file, save this data into a JSON file, and download employee images to a specific folder I used ChatGPT to generate a Python script for this purpose