I made a chatbot using Google Drive API to respond to user queries based on files on the user's drive. I can authenticate only once to get Google Drive's credentials. For the next time, the Google Drive callback doesn't show an allowing window. I think I need to de-authenticate and remove the session from google. Does anyone know how can I de-authenticate?