Skip to content

Instantly share code, notes, and snippets.

View 4DRIAN0RTIZ's full-sized avatar

Adrian Ortiz 4DRIAN0RTIZ

View GitHub Profile
#!/usr/bin/env python3
import sys
from pydrive2.auth import GoogleAuth
import gdrive as gd
from dotenv import load_dotenv
import os
# Carga las variables de entorno desde el archivo .env
load_dotenv()