Hello Appsmith team!
I'm having trouble displaying the files I uploaded to my buckets. The file uploads to the bucket, but when I try to access it, the file is corrupted or empty.
1 - I had no problems connecting my repository, either GCP Bucket or Minio.
2 - I can list the files and upload them; the problem is with reading them, both in Minio and GCP.
3 - When I successfully upload a file, I receive a signed URL. When I try to open this URL, it shows nothing or keeps loading indefinitely.
4 - I can see the file in the bucket, but I can't open it. In the console (Minio or GCP), the file doesn't open, and I can't download it. But if I upload the exact same file manually, I can open it normally in the console.
5 - In my tests, I had problems with PDFs and images, and curiously no problems with .txt files.
6 - The problem occurs both in my self-hosted instance (1.94) and in the cloud (source of the screenshots below).
7 - File Picker, Data format, set to Binary, and in the Upload Text / Binary query.
*image with a blank pdf example, error loading a image file and a sucefull .txt opening (all signature respse url)
The problem seems to be that the file gets corrupted the moment I select it in the file picker. In an image, you can see that the data/base64 meta is completely malformed, and I haven't even clicked "Run query" yet.
Thank you for your attention to my problem, I really hope I can count on your help. I have already read the documentation and searched for solutions on the internet or in AI chats.