After searching in this site, I found that pydrive allows one to download files from google drive.
But when I try this:
from pydrive.auth import GoogleAuth
I get a AttributeError:
module googleapiclient has no attribute '__version__'
and i see where the error is:
__version__ = googleapiclient.__version__
How do i fix this?