upload_file | R Documentation |
This function uploads a local file directly to a specified remote Egnyte directory. This function can
be used to upload a local file of any kind directly to Egnyte. It can also be used to implement additional helper
functions e.g. upload_csv
for specific file type uploads.
upload_file(file, dest, token = get_parameter("token"),
domain = get_parameter("domain"))
file |
Path to a local file |
dest |
The remote Egnyte file path you want to upload to |
token |
User's Egnyter authorisation token |
domain |
Egnyte domain URL |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.