-
How do I get the content from shared HTML file?
Hi! I am working with shared links files on my Dropbox App in PHP and I need a hand. Currently, I send a request file to the API and get back a HTML file: array(1) { [0]=> array(10) { [".tag"]=> string(4) "file" ["name"]=> string(28) "FiatoRetB_C_V02DesignB1.html" ["path_lower"]=> string(51)…
-
How to display thumbnails in it's original size with PHP
Hi! I am trying to display my Dropbox images on the browser using /get_thumbnail which works just fine. However, the image on the browser it's too small. It's not the original size. This is the png image on my Dropbox account: And this is the same image I got from the API: As you can see, it's impossible to see the image.…
-
OAuth2 access token request invalid - grant_type expecting \"authorization_code"\
Hi, I am trying to obtain an acces token by converting the authorization code. I followed both documentation available in the following links: https://www.dropbox.com/developers-v1/core/docs#oa2-token https://blogs.dropbox.com/developers/2013/07/using-oauth-2-0-with-the-core-api/ This is the code I am runing after being…