Description Usage Arguments Value Examples
Gets the signed URL for the upload of the specified part. Note that URLs are valid for 60 seconds only and that you should initiate upload to the signed URL in this time frame.
1 | upload_info_part(token = NULL, upload_id = NULL, part_number = NULL, ...)
|
token |
auth token |
upload_id |
ID of the upload |
part_number |
Number of the upload file part that you wish to access |
... |
parameters passed to api function |
parsed list of the returned json
1 2 3 4 | token <- "your_token"
## Not run:
req <- upload_info_part(token, upload_id = "your_upload_id", part_number = 1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.