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
GridSync needs, at minimum, the size of every file in a folder in order to be able to ask ZKAPAuthorizer how many storage-time credits will be used to store those files.
Add an endpoint returning the status of every file in a folder. Currently, that status only needs to include the size.
Something like GET /v1/magic-folder/<folder-name>/file-status or similar. Returning data like:
{
"rel/path": {
"size": 1234
}
}
The text was updated successfully, but these errors were encountered:
GridSync needs, at minimum, the size of every file in a folder in order to be able to ask
ZKAPAuthorizer
how many storage-time credits will be used to store those files.Add an endpoint returning the status of every file in a folder. Currently, that status only needs to include the size.
Something like
GET /v1/magic-folder/<folder-name>/file-status
or similar. Returning data like:The text was updated successfully, but these errors were encountered: