Insistent version of upload_cloud_file()
insistent_upload_cloud_file.RdJust like upload_cloud_file(), this function takes a vector of tracks files
as argument and upload them to the cloud. The function uses
purrr::insistently in order to continue to upload files despite stale OAuth
token.
Arguments
- ...
Inputs to
upload_cloud_file()- delay
he time interval to suspend execution for, in seconds.