Downloading Large Google Drive files with WebClient in C#
问题 I know there are tones of questions on this subject already. After reading all the threads, I decided to get a redirected URL in a confirmation HTML page and then use it as a direct link to download. As you know, the original URL format of the direct download link is like this. https://drive.google.com/uc?export=download&id=XXXXX.. But if the size of the target file is big, then it is like this. https://drive.google.com/uc?export=download&confirm=RRRR&id=XXXXX.. I can get RRRR from the first