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
will always return zero, even though our user has the proper access permission. I think the reason is because we are not passing the authenticated session to hits() here:
If we want to search for a dataset that's not publicly available
will always return zero, even though our user has the proper access permission. I think the reason is because we are not passing the authenticated session to
hits()
here:earthaccess/earthaccess/search.py
Line 54 in dd61f23
A fix would be to implement the method using the auth session.
The text was updated successfully, but these errors were encountered: