You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Built a Django-based web app to help users free up Google account storage by deleting category-based Gmail emails (Promotions, Social, Forums) and migrating Google Photos to another account. Utilized OAuth2.0 for account authorization. Managed background operations like photo migration and email deletion asynchronously using Celery with Redis.