I am trying to create a webapp that can read user Dropbox files. If this helps answer the question, I request a username and password. I searched and I found in Google Code a library using OAuth to access all data in Dropbox from a user.
My problem is that I do not have OAuth installed on the server. I need to install it, but I do not have physical access to the server or php.ini file, so I cannot either.
My question is, can I install it or at least simulate it by uploading some files (which I can use as a class) to my directory, or if there is some other way, rather than calling the host and tell them to install it if possible.
If there is a way to access the php.ini file and modify it to add the OAuth extension, or if it can be done via .htaccess (as a last resort), this will help too.
Thank.
Edit: The error I am getting is: Throw a Dropbox_Exception exception with the message “OAuth class could not be found! Have you installed and enabled the oauth extension? '
source
share