OAuth authentication is usually tricky & dependent on each service (+ API) you are integrating. This project is a reference & template NextJS project for connecting multiple Google Drive accounts & navigating files/folders.
- A GCP OAuth app
- A Postgres database
- NodeJS (9+)
Rename the .env
file & add the correct details. Clone the repo and run of of these commands inside the folder.
npm i
npm run dev
NextJS should start up on port 3000.
This is purely a reference project, please feel free to ping me about any fixes/bugs/etc.