I'm using Dropbox Core API + PHP.
I'm dealing with
https://api.dropbox.com/1/search/dropbox/
It may be a silly question, but when i get back the json file, similar to
[
{
"size": "0 bytes",
"rev": "35c1f029684fe",
"thumb_exists": false,
"bytes": 0,
"modified": "Mon, 18 Jul 2011 20:13:43 +0000",
"path": "/mypics/image1.jpg",
"is_dir": false,
"icon": "image1",
"root": "dropbox",
"mime_type": "jpg",
"revision": 220191
}
]
The path is something like "mypics/image1.jpg": but what's the absolute url? How can i display that image correctly in my domain?