Use 'iskey' rather than 'key' for query string parameter to avoid conflict with API key
This commit is contained in:
parent
92c6874475
commit
af3ef422a3
1 changed files with 1 additions and 1 deletions
|
@ -900,7 +900,7 @@ Zotero.Sync.Storage.Session.ZFS.prototype.purgeDeletedStorageFiles = function (c
|
|||
*/
|
||||
Zotero.Sync.Storage.Session.ZFS.prototype._getItemURI = function (item) {
|
||||
var uri = this.rootURI;
|
||||
uri.spec += Zotero.URI.getItemPath(item) + '/file?auth=1&key=1';
|
||||
uri.spec += Zotero.URI.getItemPath(item) + '/file?auth=1&iskey=1';
|
||||
return uri;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue