Closed matthewlchambers closed 2 years ago
@matthewlchambers I'm trying to make sure I'm understanding keyward arguments correctly (this is helping). Both for this and for the recent PR In flowsa.
@matthewlchambers I'm trying to make sure I'm understanding keyward arguments correctly (this is helping). Both for this and for the recent PR In flowsa.
Sounds good! Let me know if there are any adjustments you want me to make.
@bl-young thanks for that link. These changes look fine to me. Out of curiosity, @matthewlchambers what data is hosted on google drive?
@catherinebirney The EQUATES data are hosted on Google drive.
When downloading a large file from Google drive, a confirmation token must be read form the first response's cookies and then resubmitted as a parameter. This enables that functionality. It also makes the old
set_cookies
parameter and the newconfirm_gdrive
parameter keyword only so that there can't be any confusion in the future about what is being set toTrue
/False
. This does not require any changes to other files in theesupy
/flowsa
/stewi
ecosystem, since the only time theset_cookies
argument was supplied, it was supplied by keyword.