ElixirDropbox v0.0.8 ElixirDropbox.Files.SaveUrl
Link to this section Summary
Link to this section Functions
Link to this function
check_job_status(client, async_job_id)
Check the status of a save_url job.
Example
ElixirDropbox.Files.SaveUrl.check_job_status(client, “34g93hh34h04y384084”)
More info at: https://www.dropbox.com/developers/documentation/http/documentation#files-save_url
Link to this function
save_url(client, path, url)
Save a specified URL into a file in user’s Dropbox.
Example
ElixirDropbox.Files.SaveUrl.save_url(client, “/a.txt”, “http://example.com/a.txt”)
More info at: https://www.dropbox.com/developers/documentation/http/documentation#files-save_url