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
The current PR for Dandiset creation (#522) uses a JavaScript API to handle requests to the DANDI server—but this currently doesn't seem to be able to handle embargoed Dandisets. For requests involving these, I get a 401 (Unauthorized) error.
Ideally, the JavaScript API can modify itself to pass the required authentication information (which appears to be different than the Dandiset creation auth info...) so these Dandisets can be retrieved immediately after creation.
As a fallback, we can instead start making requests to the Python API.
The text was updated successfully, but these errors were encountered:
The current PR for Dandiset creation (#522) uses a JavaScript API to handle requests to the DANDI server—but this currently doesn't seem to be able to handle embargoed Dandisets. For requests involving these, I get a 401 (Unauthorized) error.
Ideally, the JavaScript API can modify itself to pass the required authentication information (which appears to be different than the Dandiset creation auth info...) so these Dandisets can be retrieved immediately after creation.
As a fallback, we can instead start making requests to the Python API.
The text was updated successfully, but these errors were encountered: