jeremyephron / simplegmail

A simple Gmail API client for applications in Python
MIT License
336 stars 73 forks source link

FileNotFoundError: Your 'client_secret.json' file is nonexistent #113

Closed Shoot closed 4 months ago

Shoot commented 5 months ago

изображение

Tylerlhess commented 5 months ago

Your issue is not with the file missing but that your client secrets file is for a web application with no redirect urls. If it is a web application you would typically have it redirecting from a site and back to a site for the oauth stuff. I am using an application type of "installed" and it is working fine for me as there are no redirects as it doesn't use a browser to interact with the simple script I am using to check an email inbox.