kgl_datasets_upload_file | R Documentation |
Get URL and token to start uploading a data file
kgl_datasets_upload_file(fileName, contentLength, lastModifiedDateUtc)
fileName |
string, Dataset file name. Required: TRUE. |
contentLength |
integer, Content length of file in bytes. Required: TRUE. |
lastModifiedDateUtc |
integer, Last modified date of file in milliseconds since epoch in UTC. Required: TRUE. |
Other Datasets:
kgl_datasets_create_new()
,
kgl_datasets_create_version()
,
kgl_datasets_download()
,
kgl_datasets_list()
,
kgl_datasets_view()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.