Next.js Discord

Discord Forum

How do I integrate Google Drive with Next.JS?

Unanswered
Argentine ant posted this in #help-forum
Open in Discord
Avatar
Argentine antOP
I would like to have a feature in my website where you can upload files to Google Drive and the website can fetch and read said files later on. I am unsure where to start, since there isn't really anything out there that I found useful

14 Replies

Avatar
Argentine antOP
Its similar to what Google forms does, when you have an option to upload files via google drive and later on the form owner can see the files you uploaded. I am essentially using Google drive as a storage for saving files
Any help would be greatly appreciated, please ping if you have a response
Avatar
Argentine antOP
bump
Avatar
Argentine antOP
bump
Avatar
Keyhole wasp
you can use the google drive api
Avatar
Argentine antOP
how
Avatar
Keyhole wasp
read their docs
Avatar
Argentine antOP
well actually, I can prob figure out how
the thing is, I think it requires a special scope that can’t be granted without verification
and I can’t verify right now
Avatar
Keyhole wasp
no
it works
Avatar
Argentine antOP
do you have any experiences with using the drive api?
im unsure whether to use a client library or call the raw api