diff --git a/src/PVE/API2/Storage/FileRestore.pm b/src/PVE/API2/Storage/FileRestore.pm index 4b6af63..598573c 100644 --- a/src/PVE/API2/Storage/FileRestore.pm +++ b/src/PVE/API2/Storage/FileRestore.pm @@ -146,7 +146,7 @@ __PACKAGE__->register_method ({ path => 'download', method => 'GET', proxyto => 'node', - download => 1, + download_allowed => 1, permissions => { description => "You need read access for the volume.", user => 'all',