Description Usage Arguments Examples
Upload a file in a seafile repos
1 2 3 4 5 | upload_file(path, repos_id_destination = get_repo_id(),
output_directory = "/", seafile_url = get_seafile_url(),
token = get_seafile_api_token(),
upload_link = get_upload_link(repos_id = repos_id_destination,
seafile_url = seafile_url, token = token))
|
path |
to to file to upload |
repos_id_destination |
repo id destination |
output_directory |
path to directory in the repos |
seafile_url |
seafile url |
token |
seafile token |
upload_link |
upload link see get_upload_link() |
1 2 3 4 5 | ## Not run:
upload_file(path = "file.txt",repos_id_destination = get_repo_id())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.