node-dropbox-v2
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -92,8 +92,9 @@ var request = require('request'); | ||
headers: { | ||
"Content-Type": "text/plain; charset=dropbox-cors-hack", | ||
"Dropbox-API-Arg": '{"path": "/'+path+'","mode": "overwrite","autorename": false,"mute": false,"strict_conflict": false}', | ||
"Content-Type": "text/plain; charset=dropbox-cors-hack", | ||
//"Content-Type": "application/octet-stream", | ||
"Dropbox-API-Arg": '{"path": "/'+path+'","mode": "overwrite","autorename": false,"mute": false,"strict_conflict": false}', | ||
"Authorization": "Bearer "+ access_token | ||
}, | ||
json: true, | ||
body: body | ||
json: false, | ||
body: body.toString('utf8') | ||
} | ||
@@ -100,0 +101,0 @@ |
{ | ||
"name": "node-dropbox-v2", | ||
"description": "A simple Dropbox API v2 client for node.js", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
13309
295
0