saguiitay / DropboxRestAPI

Dropbox REST API client in C#
MIT License
46 stars 38 forks source link

Does not have Save_URL Yet #19

Closed hurricanepkt closed 9 years ago

hurricanepkt commented 9 years ago

Reference : https://www.dropbox.com/developers/core/docs#save-url

save_url
Description
Save a file from the specified URL into Dropbox. If the given path already exists, the file will be renamed to avoid the conflict (e.g. myfile (1).txt).

I am willing to do a pull request and impliment it myself however there is some design concern about how to handle the return result of the save_url. It returns a save_url_job which gives the status of the server actions.

hurricanepkt commented 9 years ago

My thought is to have the save_url just simply return the save_url_job and let the Consuming Program handle the rest.

saguiitay commented 9 years ago

a PR will be great

saguiitay commented 9 years ago

Released in version 1.1.6