flipkart-incubator / CTDrive

A tool which uses Google drive APIs internally and allows users to easily navigate through their files. This tool allows to maintain all organisation documents at one place similar to Confluence
Apache License 2.0
4 stars 1 forks source link

Request for screenshots, documentation #6

Open zodvik opened 2 months ago

zodvik commented 2 months ago
gkanishk commented 2 weeks ago

@zodvik for VITE_GOOGLE_CLIENT_ID credentials you can go through the following link Using OAuth 2.0 for Web Server Applications | Authorization | Google for Developers you will find an option of create authorization credentials and once you click on the link you will landed to console.google.cloud.com page where you can create a project and from there you can get the VITE_GOOGLE_CLIENT_ID.

and for VITE_ROOT_ORG_FOLDER_ID simply create a folder in google drive and you can use id of that folder as credential you can find id from url if that something folder like https://drive.google.com/drive/folders/<folder_id>

thanks for raising request, will share you link to #4 documentation once I publish it soon, meanwhile you can tag me here for any issue you face during initial setup.