Commit a0091c0
Fix DANDI sandbox upload broken by dandi-cli 0.73.2
dandi-cli 0.73.2 (released Nov 15, 2025) changed API key lookup from
the generic DANDI_API_KEY env var to instance-specific env vars (e.g.
DANDI_SANDBOX_API_KEY for the sandbox). This broke sandbox uploads
because nwb-guide only set DANDI_API_KEY.
Now set both DANDI_API_KEY and DANDI_SANDBOX_API_KEY when uploading
to the sandbox, maintaining compatibility with both old and new dandi.
See: dandi/dandi-cli#1731
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8ce43cf commit a0091c0
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1399 | 1399 | | |
1400 | 1400 | | |
1401 | 1401 | | |
| 1402 | + | |
1402 | 1403 | | |
1403 | 1404 | | |
1404 | 1405 | | |
| |||
0 commit comments