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