node-dropbox-v2
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -93,2 +93,4 @@ var request = require('request'); | ||
"Content-Length": getByteLength(body), | ||
"Content-Type": "application/octet-stream", | ||
"Dropbox-API-Arg": "{\"path\": \""+path+"\",\"mode\": \"add\",\"autorename\": true,\"mute\": false,\"strict_conflict\": false}" , | ||
"Authorization": "Bearer " + access_token | ||
@@ -95,0 +97,0 @@ }, |
{ | ||
"name": "node-dropbox-v2", | ||
"description": "A simple Dropbox API v2 client for node.js", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"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
13282
295