Hey Rob,
I finally got the whole Dropbox thing to work. I now have a nice little app that will allow me to authorize Dropbox access and then grab account info or download a text file.
I’d like to take it up a notch and see if I can upload a file. But it seems like I might have to use PUT (or POST) for that. The only thing is I’m not sure how to tell the network.request PUT which file I’d like to upload. In the API docs, I can see that you can put text in the body of the POST, but I’m not sure how to specify a file (which might be binary, like a JPG).
Any thoughts would be greatly appreciated.
When I get my Dropbox sample code polished, I’ll post on github and make an entry in the Corona Code Exchange.