UNPKG

@mieweb/wikigdrive

Version:

Google Drive to MarkDown synchronization

34 lines (26 loc) 1.38 kB
--- title: Install navWeight: 990 # Upper weight gets higher precedence, optional. --- ## Install from NPM *Not currently working* See https://github.com/mieweb/wikiGDrive/issues/297 for status. [![View this project on NPM](https://img.shields.io/npm/v/@mieweb/wikigdrive.svg)](https://www.npmjs.com/package/@mieweb/wikigdrive) [![NPM downloads](https://img.shields.io/npm/dm/@mieweb/wikigdrive.svg)](https://www.npmjs.com/package/@mieweb/wikigdrive) ![Publish wikigdrive to NPM](https://github.com/mieweb/wikiGDrive/workflows/Publish%20wikigdrive%20to%20NPM/badge.svg) ``` npm i -g @mieweb/wikigdrive ``` ## App setup Across few years Google changed this process several times. Here are rough guidelines where to click. They will be probably changed :(. 1. Go to [console](https://console.developers.google.com/) 2. Under project download click ![New project](./install/new_project.png) 3. Add Google Drive API ![Enable Apis](./install/enable_api.png) 4. Go to ![Credentials](./install/create_credentials3.png) 5. Click ![Create Credentials](./install/create_credentials.png) 6. Select type of data to access ![](./install/credentials.png) 7. Create ![Service account](./install/service_account.png) 8. Download ![Service account key](./install/service_account_key.png) 8. Create ![Consent screen](./install/consent.png) 9. Create ![Oauth Client ID](./install/oauth.png)