uploadMoveItFile: Upload file to move it server

View source: R/moveit.R

uploadMoveItFileR Documentation

Upload file to move it server

Description

Upload file to move it server

Usage

uploadMoveItFile(baseUrl, tokens, folderId, filePath, fileType)

Arguments

baseUrl

Base URL for Move It server

tokens

List of auth tokens for MoveIt access

folderId

ID for destination folder

filePath

Path to file for upload

fileType

POST file type ie "text/csv"

Value

POST content

Examples

## Not run: 
uploadMoveItFile("someurl.com", tokens, 2346247, "some.csv", "text/csv")

## End(Not run)

geoffreylarnold/moveitAPI documentation built on Nov. 22, 2024, 1:20 p.m.