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.
2 parents 98f1a4c + 1fe4f85 commit 36f940bCopy full SHA for 36f940b
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