USEPA / esupy

A library supporting Python-based tools in USEPA's tool ecosystem
5 stars 2 forks source link

Gdrive confirm now requires only a fixed parameter #32

Closed matthewlchambers closed 2 years ago

matthewlchambers commented 2 years ago

It appears that Google drive no longer requires getting a confirmation token from the cookies in order to download a large file, just a fixed parameter submitted in the url. This changes the behavior of remote.make_url_request() to accommodate this change.

matthewlchambers commented 2 years ago

Fixes USEPA/flowsa#193