upload_file: Upload a local file to Egnyte

View source: R/upload_file.R

upload_fileR Documentation

Upload a local file to Egnyte

Description

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.

Usage

upload_file(file, dest, token = get_parameter("token"),
  domain = get_parameter("domain"))

Arguments

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


joshmuncke/egnyter documentation built on April 18, 2023, 4:09 p.m.