Please provide information about your setup
DVC Version: 0.94.0
installation: pip
OS: Windows
When pushing to a gdrive that has the wrong credentials for the first time, the following error appears:
ERROR: unexpected error - 'GDriveRemote' object has no attribute '_credentials_location'
As far as I can tell, this is because the GDriveRemote object's credentials_location() method hasn't instantiated _credential_location yet, and this error prevents the correct error message from appearing.
Best wishes,
Nick
Hi @nickdelgrosso ! Indeed, looks like that's a typo https://github.com/iterative/dvc/blob/master/dvc/remote/gdrive.py and it should be self.credentials_location instead. Would you like to submit a quick fix PR for it? :slightly_smiling_face:
Sure, thanks for the chance to contribute!
Most helpful comment
Sure, thanks for the chance to contribute!