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