Good catch on the default file path though, that changed somewhat recently and we should swap it to match Next defaults
@kengreeffАй бұрын
Docs are great otherwise, super simple to setup and worked flawlessly. Was definitely surprised how easy it was to get started!
@mrvfinoАй бұрын
Thanks for making this! I’ve been wondering why no one has done this yet (in terms of improved developer experience)
@DenonStudio-d5qАй бұрын
How can we get all files in next js from uploadthings via api?
@kengreeffАй бұрын
I think you can use their API: docs.uploadthing.com/api-reference/ut-api
@DenonStudio-d5qАй бұрын
@@kengreeff Can you please make video on it?
@alvinindrapАй бұрын
I'm struggling to test the uploadthing in postman
@kengreeffАй бұрын
Why are you testing it in postman?
@alvinindrapАй бұрын
@@kengreeff I need it to test my API
@kengreeffАй бұрын
Interesting, could you please reach out on Twitter/X and I can assist further
@arshifarooq9199Ай бұрын
In my project I used legacy key for uploadthing when token was not available. Now, I updated my app to latest but still I am using legacy keys but it wont work anymore. And I am using app Id as well so how migrate to version 7. How to fix it. When uploading its shows no error, but nothing uploads in my uploadthing but 1 year before it was working. Please tell me how to fix it. Am I required to paste all keys secret key as well as legacy or something else.
@kengreeffАй бұрын
Have asked on X, follow here: x.com/kennng/status/1843936682674098344?s=46&t=_Yj45G9mlPvBVgv5aslnjw
@kengreeffАй бұрын
From the sound of things you need to use the UPLOADTHING_TOKEN not key or app Id. Make sure you are on the latest version as well. Feel free to reach out on Twitter if you need further assistance
@arshifarooq9199Ай бұрын
@@kengreeff Thanks for response. At last testing many possibility the solution was simple no need to change anything in code just need to add new key with legacy key to .env file and its works.
@kengreeffАй бұрын
Nice, happy to hear
@souravpaul5293Ай бұрын
@arshifarooq9199 arshifbro how u fix it. I am also having the same issue . Previously it was working but now it is showing error. Please reply