Kyros
Results
2
comments of
Kyros
Do we have any update? Isn't it just a matter of editing a few lines of code?
Update: Fixed by adding ```shell self.params['clientId'] = self.client_id ``` to base.py, like so: ```shell def drive(self): """Gets the 'Drive' service.""" if not self._drive: self.params['clientId'] = self.client_id self._drive = DriveService( service_root=self._get_webservice_url("drivews"),...