melkornms
melkornms
TTCTheo's Typesafe Cult
Created by melkornms on 9/6/2023 in #questions
uploadthing: attaching metadata not working
I'm uploading images using uploadthing.uploadFilesFromUrl but I don't see them stored anywhere. This is how I'm using the function, it's a very simple code.
await utapi.uploadFilesFromUrl(imagePath, { foo: 'bar' });
await utapi.uploadFilesFromUrl(imagePath, { foo: 'bar' });
Any idea how to browse the metatags on uploadthing dashboard or when retrieving the files?
2 replies