tommy
(Tommy Gaessler)
2
Hey @zoomrecords,
Just validate the verification code in the request header with the verification code on the your app in the marketplace. Example in Node.js:
Attach the download_token as a query param in the download_url:
{download_url}?access_token={download_token}
And us it to upload it to google drive.
https://developers.google.com/drive/api/v3/manage-uploads
Thanks,
Tommy