NextJS Upload to Google Cloud Storage

preview_player
Показать описание
Learn how to use NextJS to Upload files to Google Cloud Storage! This video will show how to upload files to Google Cloud Storage using either a server action or an API route.
These are both great options for smaller sized files.
#googlecloud #programming #software

Github link with code:

How to set up Application Default Credentials:

NextJS Server Action size limit:
Рекомендации по теме
Комментарии
Автор

updated video.. super cool. but i do a test on production, its give the error [Error]: Expected signal to be an instanceof AbortSignal. Even i try on npm run start after build, got the same error. Do you have any solution on it?

saharilarshad
Автор

you greatly helped me with my project too. Thank you so much for spending the time to make this content. I owe you.

nofxu
Автор

Thank you so much! Helped me a lot. Your videos are amazing

marcosdayanmann
Автор

Even if the file is too large it will work fine on your localhost but in production it will definitely break. I got this error on my production build and it’s still not fixed. Still trying to figure it out with api routes do you have any idea?

soorajkj
Автор

Nice please do next js file upload with aws s3

AjaySingh-jzqx
Автор

yeah that's a good example you showed us how to do it when we are using the app on our laptop. Because who needs to deploy any appilication right?

datasciencetoday