My requirement is to upload a picture taken in my iOS device to dropbox and then share the link to that picture to a given mail address.
Using the DBRestClient
delegate methods I am able to get the link for the uploaded file.
Now,I want to send this link to a mail and I want this to happen in Dropbox itself so that I don't have to use MFMailViewController
Is there any way to achieve this?