@jbelt40 still making progress! So it looks like awaiting the query worked. Can you confirm that the values in fullUploadData and videoArray are valid? It looks like the call to getDownloadUrl may have failed for some reason. You can try to catch the error by changing the call to:
let video = await mediaManager.getDownloadUrl(fileName).catch(err => console.log('Error: ', e));