Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jagrit007/gDrive-DirectLink
Permanent Direct Link generator for Google Drive with multiple link support. P.S. This is a noob code that I wrote while learning Python :D
https://github.com/jagrit007/gDrive-DirectLink
Last synced: 4 days ago
JSON representation
Permanent Direct Link generator for Google Drive with multiple link support. P.S. This is a noob code that I wrote while learning Python :D
- Host: GitHub
- URL: https://github.com/jagrit007/gDrive-DirectLink
- Owner: jagrit007
- Created: 2019-06-26T13:02:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-26T14:48:54.000Z (over 5 years ago)
- Last Synced: 2024-08-01T20:48:39.174Z (3 months ago)
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 19
- Watchers: 3
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - jagrit007/gDrive-DirectLink - Permanent Direct Link generator for Google Drive with multiple link support. P.S. This is a noob code that I wrote while learning Python :D (Python)
README
# Google Drive Permanent Direct Link Generator
### Requirements:
1. Python3
2. Google Account### HOW-TO:
1. Getting API Key:* Visit the [Google Cloud Console](https://console.developers.google.com/apis/credentials)
* Go to the OAuth Consent tab, fill it, and save.
* Go to the Credentials tab and click Create Credentials -> API KEY
* Choose Other and Create.
* Copy your API KEY
* In terminal, `nano main.py`
* Replace `PasteHere` with the api you got.
```api = "PasteHere"```2. Enable the Drive API:
* Visit the [Google API Library](https://console.developers.google.com/apis/library) page.
* Search for Drive.
* Make sure that it's enabled. Enable it if not.3. CD into the cloned for and open up and terminal and type >
```python3 main.py```
*Paste as many links as your wish to and enter ```q``` to exit and get direct links.*