node-dropbox-v2
Advanced tools
Comparing version 0.0.4 to 0.0.6
@@ -89,3 +89,3 @@ var request = require('request'); | ||
options = { | ||
method: "PUT", | ||
method: "POST", | ||
url: apiContentRoot + api.putFiles + "/auto/" + path, | ||
@@ -92,0 +92,0 @@ headers: { |
{ | ||
"name": "node-dropbox-v2", | ||
"description": "A simple Dropbox API v2 client for node.js", | ||
"version": "0.0.4", | ||
"version": "0.0.6", | ||
"author": "Nodefried <info@nodefried.com>", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13088