Scheduled function not firing workdrive.uploadFile task

Scheduled function not firing workdrive.uploadFile task

I have a creator app that takes submissions from a published form.  I setup a daily scheduled function to send a record template of the form, as well as 3 different uploaded files to workdrive folders.  (Initially I intended for this to happen on the submission of the form, but it seems like the OAuth connection doesn't work with published forms).

When I manually execute this function it works fine, but when the scheduled time hits, the files are not sent to workdrive.  I know the function is firing because I have a checkbox "sent_to_workdrive" field that flips to true when the sendToWorkdrive function fires.  It seems like the zoho.workdrive.uploadFile task or the OAuth connection between Creator and Workdrive won't work with a scheduled function.  I'm attaching my workflows below, please advise if I can adjust this to work for my use case.