gdrive support

This commit is contained in:
benweet 2013-03-28 23:06:03 +00:00
parent 65f0434cb2
commit 225b1ef493

View File

@ -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';
} }