Downloading cloud recordings (Canvas LTI) and uploading to Google Drive

Hi @lelandkrum , welcome! This is definitely possible. I’d recommend using the recording.completed webhook event to subscribe to all new incoming recordings. This webhook event will send a POST request with the download URL (mp4) of the recording. I’d then setup a serverless function or event handler to receive the incoming request, take in the download URL, and upload to Google Drive.