diff --git a/src/Resources/Files.php b/src/Resources/Files.php index 5f51eed..2de5916 100644 --- a/src/Resources/Files.php +++ b/src/Resources/Files.php @@ -108,7 +108,6 @@ public function download($path) $response = $client->post("https://content.dropboxapi.com/2/files/download", [ 'headers' => [ 'Authorization' => 'Bearer ' . $this->getAccessToken(), - 'Content-Type' => 'application/octet-stream', 'Dropbox-API-Arg' => json_encode([ 'path' => $path ])