We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f1a4c commit 1fe4f85Copy full SHA for 1fe4f85
index.js
@@ -61,7 +61,7 @@ FileSystemAdapter.prototype.getFileData = function(filename) {
61
}
62
63
FileSystemAdapter.prototype.getFileLocation = function(config, filename) {
64
- return (config.mount + '/' + this._getLocalFilePath(filename));
+ return config.mount + '/files/' + config.applicationId + '/' + encodeURIComponent(filename);
65
66
67
/*
0 commit comments