from dandi.dandiapi import DandiAPIClient
client = DandiAPIClient(token="my token") # need token for embargo
dandiset_620 = client.get_dandiset(dandiset_id="000620") # embargoed
dandiset_620_metadata = dandiset_620.get_metadata()
> ValidationError: 1 validation error for Dandiset
> access -> 0 -> __root__
> An embargo end date is required for NIH awards to be in compliance with NIH resource sharing policy. (type=value_error)
I'd be happy to set this value on the dandiset, but I don't know how to and it wasn't required to create the dandiset either