Questions tagged [dropbox-php]

Dropbox PHP SDK is MIT licensed and intended to be useful both as reference documentation and for regular use. However members of Dropbox developer community have also created alternative libraries in other programming languages.

The Dropbox API allows you to build the power of Dropbox directly into your app. The API provides methods to read and write from Dropbox securely, so your users can bring all their important files with them to your app. Get access to Dropbox PHP SDK Development Kit that provides access to the Dropbox REST API.

Source: Dropbox

122 questions
0
votes
2 answers

Can't get access to my Dropbox account from php in linux

I was download dropbox-php-sdk. Ok Next, I write script on php: 'fasgsasgas', 'secret' =>…
0
votes
1 answer

Dropbox API for PHP is working on localhost, but not on server

I'm using dropbox API for PHP, and developed a small app to upload and download files from the dropbox. This is working fine on my local machine (using WAMP), but not working if I upload it on a server. Here is an error: Fatal error: Uncaught…
Purab
  • 72
  • 6
0
votes
1 answer

Dropbox API v2 files_list_folder

Looking at the list_folder sandbox at dropbox.github.io/dropbox-api-v2-explorer/#files_list_folder I find no way to just return just the folders - basically where ".tag" = "folder" - I get all folders and files in one huge hunk the have to parse…
JMoskwa
  • 21
  • 1
  • 9
0
votes
1 answer

Dropbox - How to list files inside directory

Any idea on how to list all the files inside a directoy in Dropbox via the PHP api? Partially the function: searchFileNames does what I need with the following code: $dbxClient = new dbx\Client("", "PHP-Example/1.0"); $result =…
nightclub
  • 671
  • 2
  • 9
  • 20
0
votes
0 answers

How can i get images from response json in dropbox

I want to retrieve all the images stored in my dropbox account .I try Many Solutions But i can't retrive images . Images are located in folders on Dropbox account . Can Any One Please Help me Out ?? $session = new DropboxSession( …
Coder Me
  • 63
  • 9
0
votes
1 answer

Retrieving Permanent Links from Dropbox

We have a backend system where on a form fill, a PDF is generated - this PDF is then uploaded to dropbox and a link to the file is retrieved which is then added to the database and is visible to our vendors. I have looked high and low - but the…
0
votes
0 answers

Operation too slow. Less than 1024 bytes/sec transferred the last 10 seconds

I have problem with Dropbox PHP SDK. After few minutes I have exception: 'Operation too slow. Less than 1024 bytes/sec transferred the last 10 seconds'. I suppose that it can be related with PHP config. I can upload 100MB file without problem but I…
Hubert Burdach
  • 91
  • 2
  • 15
0
votes
1 answer

Dropbox Core API for file uploads

I run a service that is visited by its users to generate PDF documents that are then delivered to them by email. I am in the process of exploring an alternative delivery route - popping the prepared document directly in a Dropbox folder that they…
DroidOS
  • 8,530
  • 16
  • 99
  • 171
0
votes
0 answers

Upload a file to dropbox with PHP

been trying to get the PHP example listed on the dropbox website (https://www.dropbox.com/developers-v1/core/start/php) to work... but just keep getting server errors and a blank white page... I have added in the url to my json config file along…
dubbs
  • 1,167
  • 2
  • 13
  • 34
0
votes
1 answer

Revoke Dropbox token programmatically

As already mentioned in the subject, is there a way to revoke a formerly granted Dropbox access token programmatically? For example, Google gives you the possibility to call an url with the token to be revoked. Does Dropbox offer a similar solution?
Jan
  • 42,290
  • 8
  • 54
  • 79
0
votes
1 answer

How to change default User authentication Allow message and logo in Dropbox using dropbox API?

Please check this link : I'm using the same OAuth Javascriptfor Dropbox API
0
votes
1 answer

Content-Disposition in dropbox

is there a way to rename a file while downloading from dropbox without changing the filename itself : for example : dropbox link : https://www.dropbox.com/s/uex431ou02h2m2b/300x50.gif?dl=1 and get file downloaded : NewNameImage.gif instead of…
0
votes
1 answer

Issue in get token value form dropbox api in codeigniter php

i want to access token value form dropbox api programmatically see above image in that at last there are token value i want to get that token value pragmatically. Right now flow is like below Go to:…
Harshal Kalavadiya
  • 2,412
  • 4
  • 38
  • 71
0
votes
0 answers

How to save multiple image files to dropbox using dropbox saver api?

I am trying to save multiple images to dropbox using dropbox saver api but my code doesnt save the images and i dont get any error and no confirmation .(dropbox saver window pops up and click save and it closes but no confirmation!) could any one…
user1788736
  • 2,727
  • 20
  • 66
  • 110
0
votes
1 answer

Dropbox SDK using PHP

I am trying to setup a basic authentication example using Dropbox PHP and I am failing. When I launch my index.php I am redirected to dropbox login. Then once I login, I am redirected back to dropbox_finish.php and I have state and code…
wti
  • 494
  • 4
  • 19
1 2 3
8 9