gdrive support
This commit is contained in:
parent
65f0434cb2
commit
225b1ef493
@ -41,7 +41,7 @@ var gdrive = (function() {
|
||||
var method = 'POST';
|
||||
if (fileId) {
|
||||
// If it's an update
|
||||
path += fileId;
|
||||
path += "/" + fileId;
|
||||
method = 'PUT';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user