Learn R Programming

sevenbridges (version 1.2.4)

upload_complete_all: Reports the complete file upload

Description

If the whole parts are uploaded, and the provided ETags are correct, then the file is assembled and made available on the SBG platform.

Usage

upload_complete_all(token = NULL, upload_id = NULL, ...)

Arguments

token
auth token
upload_id
ID of the upload
...
parameters passed to api function

Value

parsed list of the returned json

Examples

Run this code
token = '58aeb140-1970-0130-6386-001f5b34aa78'
req = upload_complete_all(token,
            upload_id = '8D7sQJxQk14ubsEnKaoeQZlRvV6ouQtMzBWaQNJdxPDLypUC3WogwtJdncevHxnT')

Run the code above in your browser using DataLab