Add "GoogleDrive" as cloud storage path

This commit is contained in:
Dan Stillman 2023-11-18 01:34:25 -05:00
parent de9abdae39
commit 2c50749ab3

View file

@ -1414,6 +1414,7 @@ Zotero.File = new function(){
return path.toLowerCase().includes('dropbox')
// Google Drive
|| path.includes('Google Drive')
|| path.includes('GoogleDrive') // https://forums.zotero.org/discussion/109502/
// OneDrive
|| path.toLowerCase().includes('onedrive')
// Baidu Netdisk