I've registered an app that I run off of localhost. I have gotten the Chooser to work. But the only way I can get the saver to not give me a 403 error is to use as its parameter the dropbox url that Chooser returns to me when I download a file. That URL is of the form www.dropbox.com/s/fjdksdlgadasdgflkj/file%20name.txt
But suppose I want to upload a new file from my host that I didn't download through the Chooser. I'd expect such a file to have an url such as http://localhost/somefolder/filename.txt.
1. Is it possible to use Saver to upload a new file? Is there some trick to the URL that I'm not getting.
2. While I'm here, what I'd really like is the ability to get the the pathname of an existing file in my Dropbox folder. E.g., Dropbox/ImportantFiles/filename.txt. Is there any way to get that instead of the hashed path expressed in the URL that Chooser shows me? (Yes, this is a totally different question. But if I could get the pathname, I could use the Dropbox API to enable JavaScript to browse a mirror of my ****** drive -- a holy grail for us localhosters.)
Thanks for your help. And, yes, I am embarrassed.