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