You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there may be an issue with authentication and set_smap_credentials - its giving me a 401 error even though my username and password are correct and are correctly written within the sys.env().
https://n5eil01u.ecs.nsidc.org/ requires earth data login and i now believe they require a token in the Bearer header as i was able to successful download an SMAP .h5 using GET(link, add_headers(Authorization = paste("Bearer", key, sep = " ")), write_disk(save_link))
thoughts?
The text was updated successfully, but these errors were encountered:
I think there may be an issue with authentication and set_smap_credentials - its giving me a 401 error even though my username and password are correct and are correctly written within the sys.env().
https://n5eil01u.ecs.nsidc.org/ requires earth data login and i now believe they require a token in the Bearer header as i was able to successful download an SMAP .h5 using GET(link, add_headers(Authorization = paste("Bearer", key, sep = " ")), write_disk(save_link))
thoughts?
The text was updated successfully, but these errors were encountered: