jakajancar / DropboxUploader

MIT License
203 stars 114 forks source link

Return Direct Link after upload #60

Open ekumahost opened 9 years ago

ekumahost commented 9 years ago

is there a way to return the direct file link for download after upload

hakre commented 9 years ago

DropboxUploader first of all uploads and tells you (as good as it can) whether that worked or not.

If the direct file link is part of the HTTP response of the upload HTTP request then this might be possible, but I'm not aware of any such specifics.

So probably you can provide these? Then I should be easier to answer that question.

Or in short: If it's part of the HTTP response there at least is a way.