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
we need to configure the consumption timeout of a dataset to restrict unlimited downloads of the set.
Currently the timeout default is 0 [infinite].
We want to change this to somewhere between 3600 [1h] or 86400 [24h] so enable a confortable download, but at the same time restrict the opportunity of infinite downloads, since the underlying data is subject to change and shall be bought multiple times.
Could this value be integrated in the "Publish GUI" and in the "Edit Metadata" GUI or could you give us a way to change this for a specific asset through a beta/dev function we could use?
Maybe this is already been taken care of in the publish form in #272 if I get it right? Would this work for the edit function as well? This would solve our problem.
Dear Developers,
we need to configure the consumption timeout of a dataset to restrict unlimited downloads of the set.
Currently the timeout default is 0 [infinite].
We want to change this to somewhere between 3600 [1h] or 86400 [24h] so enable a confortable download, but at the same time restrict the opportunity of infinite downloads, since the underlying data is subject to change and shall be bought multiple times.
Could this value be integrated in the "Publish GUI" and in the "Edit Metadata" GUI or could you give us a way to change this for a specific asset through a beta/dev function we could use?
{
"type": "access",
"index": 1,
"serviceEndpoint": "https://provider.mainnet.oceanprotocol.com",
"attributes": {
"main": {
"creator": ".........",
"datePublished": "...........",
"cost": "1",
"timeout": 0,
"name": "dataAssetAccess"
}
}
}
The text was updated successfully, but these errors were encountered: