Skip to content

Instantly share code, notes, and snippets.

View ab9801's full-sized avatar

Abinav ab9801

View GitHub Profile
@prasathmani
prasathmani / upload-to-google-drive.py
Last active September 3, 2025 14:22
upload files to google drive using python
import requests
import json
from typing import Dict
# ==== CONFIGURATION ====
CLIENT_ID = '####'
CLIENT_SECRET = '####'
REFRESH_TOKEN = '####'
FOLDER_ID = '####'
UPLOAD_FILE = 'my-upload-test.zip' # Change this to your file