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

Handle GetList HttpError exceptions properly - #180

Open
maxhora wants to merge 1 commit into
googlearchive:masterfrom
maxhora:handle-httperror
Open

Handle GetList HttpError exceptions properly#180
maxhora wants to merge 1 commit into
googlearchive:masterfrom
maxhora:handle-httperror

Conversation

@maxhora

Copy link
Copy Markdown

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

@maxhoramaxhora mentioned this pull request Nov 17, 2019
2 tasks
@maxhora

Copy link
Copy Markdown
Author

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

Comment threadpydrive/files.py

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

Copy link
Copy Markdown

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
Copy Markdown

Choose a reason for hiding this comment

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

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

@maxhoramaxhoraJan 24, 2020

Copy link
Copy Markdown
Author

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 freeto 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.

2 participants

@maxhora@shcheklein