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
Add new entry in Tale view > external data > (+) menu that would:
open a file select dialog
upload a selected file via POST /dataset/importBag using parentId=tale["dataDirId"]&parentType="folder"
NOTE: requires whole-tale/girder_wholetale#502 which adds new field on Tale model (dataDirId). POST /dataset/importBag requires file in the request's body and -H "Content-Type: application/zip"
The text was updated successfully, but these errors were encountered:
Add new entry in
Tale view > external data > (+)
menu that would:POST /dataset/importBag
usingparentId=tale["dataDirId"]&parentType="folder"
NOTE: requires whole-tale/girder_wholetale#502 which adds new field on Tale model (
dataDirId
).POST /dataset/importBag
requires file in the request's body and-H "Content-Type: application/zip"
The text was updated successfully, but these errors were encountered: