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')
|
return path.toLowerCase().includes('dropbox')
|
||||||
// Google Drive
|
// Google Drive
|
||||||
|| path.includes('Google Drive')
|
|| path.includes('Google Drive')
|
||||||
|
|| path.includes('GoogleDrive') // https://forums.zotero.org/discussion/109502/
|
||||||
// OneDrive
|
// OneDrive
|
||||||
|| path.toLowerCase().includes('onedrive')
|
|| path.toLowerCase().includes('onedrive')
|
||||||
// Baidu Netdisk
|
// Baidu Netdisk
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue