Add "GoogleDrive" as cloud storage path
This commit is contained in:
parent
de9abdae39
commit
2c50749ab3
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue