David Kocher
David Kocher
I am missing a notification in the virtual filesystem for `CLOSE` operations. Would be nice if the `VirtualFileSystem` can be extended with a `close` operation that is called from `org.dcache.nfs.v4.OperationCLOSE`.
## Description of the issue The definition for `post_files_id_copy` seems to lack the header parameter `if-match`. This is supposedly required to copy a file to a destination where the target...
## Description of the issue File sizes are defined as int32 in multiple places. This is not enough for larger file sizes. ## Current content ``` "/files/content": { "options": {...
It seems contradictory to the [documentation](https://developer.box.com/guides/authentication/tokens/refresh/) the refresh token obtained from the OAuth authentication flow expires earlier than expected. ``` POST https://api.box.com/oauth2/token/ { "error": "invalid_grant", "error_description": "Refresh token has expired"...
Currently client implementations must persist the Upload URL. I propose an extension that allows the discovery of existing upload URLs for unfinished uploads based on metadata. Similar to `ListMultipartUploads` [^1]...
…d properly initialize. Resolves #907.