I\'m trying to learn how to access Google Drive from Python but I have problems.
I followed the tutorial of google\'s official website: https://developers.google.co
Actually adding the code mentioned above fixes the problem entirely.
import logging logging.basicConfig(filename='debug.log',level=logging.DEBUG)