ropensci / MODIStsp

An "R" package for automatic download and preprocessing of MODIS Land Products Time Series
https://docs.ropensci.org/MODIStsp
GNU General Public License v3.0
155 stars 50 forks source link

revise MODIStsp_download.R httr::authenticate type from "basic" to "any" #256

Closed MichaelChaoLi-cpu closed 1 year ago

MichaelChaoLi-cpu commented 1 year ago

We revise the authenticate type to "any", default is "basic". If keeping default always 401 status, now it may be 200.

This happens after the maintenance of the U.S. GOVERNMENT COMPUTER.

We have already tested the revision. It works.

ranghetti commented 1 year ago

Thanks @MichaelChaoLi-cpu for your fix!