Merge pull request #42 from 45Drives/fix-nonroot-download
fix non-root download
This commit is contained in:
commit
a84e401a3f
|
@ -35,7 +35,7 @@ export class NavDownloader {
|
|||
payload: 'fsread1',
|
||||
binary: 'raw',
|
||||
path: this.path,
|
||||
superuser: true,
|
||||
superuser: false,
|
||||
max_read_size: this.read_size,
|
||||
external: {
|
||||
'content-disposition': 'attachment; filename="' + this.filename + '"',
|
||||
|
|
Loading…
Reference in New Issue