(self, scopes=scopes)
| 22 | self.root_folder = self.my_drive.get_root_folder() |
| 23 | |
| 24 | def authenticate(self, scopes=scopes): |
| 25 | result = self.account.authenticate(scopes=scopes) |
| 26 | |
| 27 | def get_drive(self): |
| 28 | return self.my_drive |
no outgoing calls
no test coverage detected