I’m having trouble uploading a file to Supabase. I’m getting a ‘400 Bad Request’ error. I’ve tried lots of permutations but nothing seems to work.
I did manage to get a Raw text file uploaded - which was by importing a CURL request. This a local path to the .csv file in it, that Postman converted to text. So, it seems to be a configuration issue in Postman but I can’t nail it down.
I assumed it would be trivial to do but I must be missing a beat here. Any suggestions?
I went back to the original CURL request from CoPilot on Windows and replaced the keys once again, imported it into Postman, switched to binary in the Body column and ran it again. Whatever bug there was, I couldn’t see it. But it’s working now.