csv uploads
Trying to upload a csv file with UploadThing and keep running into this error, should it be a different file type?
<Error><Code>AccessDenied</Code><Message>Invalid according to Policy: Policy Condition failed: ["eq", "$Content-Type", "text/csv"]</Message><RequestId>JEZTTVM0B2KSBX4R</RequestId><HostId>PgY/8AqUcarif231bRI5/ppS46NG4/NLhxAGPF0EwzC0Kff2yTJF4/xWwgKTxMg8JPHaDc36avE=</HostId></Error>
1 Reply
uploadthing expects a "text/csv" but you are sending a "text/plain"