I am unable to upload the n8n Binary file to Supabase storage bucket.
I have a PDF file that I have a generated thought an external API, and then have read that as a n8n Binary file. I am calling supabase api to upload the PDF in supabase bucket, I am using the following API.
https://[database-name].supabase.co/storage/v1/object/upload/sign/[Bucket-name]/testO
I need assistance to figure out the way to upload the binary file in the bucket and getting the signed URL as response.