Beta
Search
CTRLK

uploadthing Provider

Use Filenest with uploadthing

Use uploadthing as your data source

Install dependencies

Install the package in your server.

If you have already installed @filenest/provider-uploadthing, you can skip this step.

npm i @filenest/provider-uploadthing

Instantiate the provider

import { UploadThing } from "@filenest/provider-uploadthing"
 
const provider = new UploadThing({
  UPLOADTHING_TOKEN: process.env.UPLOADTHING_TOKEN!,
})

On this page