File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 22
33# 📁 Save File and Folder to Drive
44
5- A simple utility to interact with Google Drive. This project uses the Google Drive API and requires authentication via a ` client_secret.json ` file.
5+ A simple utility to interact with Google Drive. This project uses the Google Drive API and requires authentication via ` client_secret.json ` file.
66
77## 🚀 Features
88
@@ -14,22 +14,15 @@ A simple utility to interact with Google Drive. This project uses the Google Dri
1414
1515## 🛠️ Setup Instructions
1616
17- ### 1. Clone the Repository
18-
19- ``` bash
20- git clone https://github.com/yourusername/drive-thing.git
21- cd drive-thing
22- ```
23-
24- ### 2. Install Dependencies
17+ ### 1. Install Dependencies
2518
2619Make sure you have Python 3 installed.
2720
2821``` bash
2922pip install -r requirements.txt
3023```
3124
32- ### 3 . Generate ` client_secret.json ` (Google OAuth Credentials)
25+ ### 2 . Generate ` client_secret.json ` (Google OAuth Credentials)
3326
3427To access Google Drive, you’ll need OAuth 2.0 credentials:
3528
You can’t perform that action at this time.
0 commit comments