Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Handle GetList HttpError exceptions properly #180

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

maxhora
Copy link

@maxhora maxhora commented Nov 17, 2019

_GetList should handle HttpError similarly to others 9 places running .execute

@maxhora maxhora mentioned this pull request Nov 17, 2019
2 tasks
@maxhora
Copy link
Author

maxhora commented Jan 4, 2020

@erickoledadevrel could you please merge this PR as well! :)


self.metadata = self.auth.service.files().list(**dict(self)).execute(
http=self.http)
try:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Maxris let's merge this into PyDrive2 and release a new version?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Maxris iterative/PyDrive2#5 please take a look at this one.

Copy link
Author

@maxhora maxhora Jan 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shcheklein cool, thanks for merging!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants