zpg6
zpg6
TTCTheo's Typesafe Cult
Created by zpg6 on 5/11/2025 in #questions
Uploadthing - can't add metadata when uploading files
I see metadata is an option in the docs but its not part of the UploadFilesOptions interface and I'm getting type errors. Docs with metadata as an option https://docs.uploadthing.com/api-reference/ut-api#parameters
const fileData = await utapi.uploadFiles([file], {
metadata: { userId },
});
const fileData = await utapi.uploadFiles([file], {
metadata: { userId },
});
Error: Object literal may only specify known properties, and 'metadata' does not exist in type 'UploadFilesOptions'. Using v7.7.2
3 replies