How do I integrate Google Drive with Next.JS?
Unanswered
Argentine ant posted this in #help-forum
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
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
Argentine antOP
bump
Argentine antOP
bump
Keyhole wasp
you can use the google drive api
@Keyhole wasp you can use the google drive api
Argentine antOP
how
Keyhole wasp
read their docs
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
Keyhole wasp
no
it works
@Keyhole wasp it works
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