googlearchive/PyDrive

AttributeError: module 'googleapiclient' has no attribute '__version__'

Closed this issue · 2 comments

Hello, I believe google-api-python-client 1.8.1 has made the imported package apiclient obsolete, the proposed solution is to import googleapiclient instead, as prescribed here: https://stackoverflow.com/questions/61334085/breaking-change-for-google-api-python-client-1-8-1-attributeerror-module-goo

It should be fixed in the maintained PyDrive2, please give it a try.

@shcheklein great, thank you