dropbox-php-sdk
dropbox-php-sdk copied to clipboard
🔥📦 An Easy-to-Use PHP SDK to work with the Dropbox V2 API.
Excellent sdk! I want to get one specific file from dropbox and open it on web browser (force view online) NOT download. how can i do that? Thank's
I found information about the field in the documentation: "is_downloadable" (If true, file can be downloaded directly; else the file must be exported) - however, I did not find the...
Per your document ([https://kunalvarma05.github.io/dropbox-php-sdk/master/Kunnu/Dropbox/Dropbox.html#method_simpleUpload](url)), it states that ` Dropbox->upload()` and ` Dropbox->simpleUpload()` can take a string as their first parameter: ``` upload(string|DropboxFile $dropboxFile, string $path, array $params = array()) ```...
How to check if the folder already exists. Thanks
Would it be possible to implement an "UploadFileFromString" function, similar to the function of the same name in the original, official dropbox-sdk-php library? Thanks!
[26-Apr-2020 15:07:30 UTC] PHP Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: `POST https://content.dropboxapi.com/2/files/upload_session/append_v2` resulted in a `400 Bad Request` response: Error in call to API function "files/upload_session/append:2": HTTP header "Dropbox-API-Arg": cursor.offset:...
I am trying to upload large file but its gives me the error after long time running the script. This is the error. PHP Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error:...
I testing the shared link function. I generated one, but when I requests the same function I got this error: `{"error_summary": "shared_link_already_exists/.", "error": {".tag": "shared_link_already_exists"}}` How to check if shared...
hello please help me my code is working fine now I want to upload path after the file uploaded