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

Dropbox api - php - display image file in website

This might sound trivial for some of you, but I need to be sure... I simply need to use dropbox for 2 things : upload image files via php from my web server with the possibility of creating folder (as I would do on a normal web server) or sync…
Paul Godard
  • 1,055
  • 1
  • 14
  • 30
0
votes
3 answers

Dropbox API in Error occurs

In Dropbox api, this error occurs: Warning: file_put_contents(dropbox/tokens/766tYP3FZu8IEv4d.token) [function.file-put-contents]: failed to open stream: No such file or directory in C:\xampp\htdocs\dropbox\dropboxupload.php on line…
Hiren Raiyani
  • 754
  • 2
  • 12
  • 28
0
votes
2 answers

require_once() Permisson Denied even after chmod 777

I do Dropbox-API it needs to access the Dropbox-SDK.. Here is the error shown in browser. Warning: require_once(dropbox-sdk/Dropbox/autoload.php): failed to open stream: Permission denied in /home/albert/public_html/test/search.php on line…
AlbertSamuel
  • 584
  • 10
  • 33
0
votes
1 answer

PHP successfully runs in CLI but not show anything in CGI

I am working on Dropbox-API php.. My php file just working in CLI.. How to make it works in CGI as well? this is my search.php

        
AlbertSamuel
  • 584
  • 10
  • 33
0
votes
2 answers

how can i access the folders in Dropbox php

i am trying to read and write a folder in Dropbox. so i have registered my app in DropBox .. Details of my App is.. Permission type App folder App folder name hello now the "hello "folder is in this directory at the…
hellosheikh
  • 2,929
  • 8
  • 49
  • 115
0
votes
2 answers

Amazon S3 Bucket Policy Permissions Don't Allow Dropbox API to Pull Files from Bucket

This has been making me crazy all night. I wrote a DropBox app in PHP/MYSQL that worked perfectly, it pulls files from an Amazon S3 Bucket and sends them to users Dropbox folders. Then I changed the bucket policy on the Amazon S3 bucket to allow…
0
votes
1 answer

Hosting sites from dropbox

I know there are some great sites like site44.com, kissr which allows to host the site from the dropbox. Well in my case, I don't want to use site 44 or kissr to host my site from dropbox. Is there a any API or some sort of tool that will allow me…
Nirmalz Thapaz
  • 925
  • 4
  • 13
  • 28
0
votes
1 answer

With dropbox API is it possible to generate a public link?

I'm just wondering if it would be possible to generate a public link to dropbox content with the API? I'm asking this because I'm looking to upload videos from dropbox to a remote server and I want to avoid to copy the video on my local server…
maxwell2022
  • 2,818
  • 5
  • 41
  • 60
0
votes
2 answers

Dropbox Api putFile php fail send file

I am trying send a file to Dropbox using http://www.dropbox-php.com/ Dropbox-PHP answers: Forbidden. This could mean a bad OAuth request, or a file or folder already existing at the target location. I have send a request, just for the test, where I…
J Sorel
  • 343
  • 2
  • 18
0
votes
2 answers

Get list of files for dropbox shared link

What I'm trying to do seems rather simple, but I can't find a way to do it. Imagine somebody sends you a link for a dropbox folder. You can go to that URL and see all the files in the folder. I'm trying to write a script in either python, php, or…
Anton
  • 2,282
  • 26
  • 43
0
votes
1 answer

Dropbox API unable to fetch request tokens

I've developed a small Dropbox based app. I've done all the coding in PHP using symfony 1.4 and the dropbox-php library. Locally on my machine everything works just fine. But on a public test server the the dropbox-php library fails to retrieve the…
lucassp
  • 4,133
  • 3
  • 27
  • 36
0
votes
1 answer

add dropbox option to joomla on new user creation

I'm using this plugin to permit the integration of dropbox into joomla. When an user login te system create a folder in your dropbox account and everything works fine. What I need is to add this option to the user creation page. I've tried to edit…
benedex82
  • 532
  • 2
  • 5
  • 18
-1
votes
1 answer

PHP upload to dropbox, file not being recognized

I'm sure I'm missing something here but I'm not sure what. I am able to upload files to dropbox via a library. However the file is uploaded but the file is not recognized (viewable). Here are the details. Library being used: Spatie\Dropbox\ My…
FabricioG
  • 3,107
  • 6
  • 35
  • 74
-1
votes
1 answer

Search files and folders in dropbox API

I am developing a application that will show all the files and folders in the web page. I have done this. Now i am trying to add search filter for that.I have searched in google. But not getting expected result. I have completed getting the…
user8125770
-1
votes
1 answer

PHP Dropbox Uploader Class Name Fatal Error

I've tried to implement the PHP Dropbox Uploader to my website, (located here: https://github.com/jakajancar/DropboxUploader) and I can't seem to get it working correctly. The error I keep getting is: Fatal error: Class name must be a valid object…
Destiny
  • 91
  • 8
1 2 3
8
9