FFMPEG using Google Drive API instead of Shared URL
问题 We are using FFMPEG to stream a Google Drive URL into a node application. Is there an FFMPEG method or library we can use to stream to FFMPEG using the Google Drive API instead of using the standard public shared URL? At the moment using the URL works fine if the file size is <100mb but with bigger files we get an error: https://drive.google.com/uc?export=download&id=fileId: Invalid data found when processing input This is because we reach the pesky gDrive virus roadblock page: 回答1: From your