How can I download a large Google Takeout file in parts on Windows 10?
I requested a Google data takeout in 2GB chunks. However, while most of the files (22/23) are <=2GB, one is over 30GB. I don't know why this is the case, and I don't know what's in it and why it's so big, but I expect it to take a while to download.
I am concerned that I may lose connection or my computer might restart while I am downloading it (to an external hard drive). I am hoping to find a way to download this giant ZIP folder in a way that won't fail if something happens. I looked at this question, but the only answer links to some proprietary software I've never heard of, and I don't really want to download anything through it, as I'd imagine the 30GB+ file has sensitive data somewhere.
This answer looks promising, but it comes with some disclaimers that it might not always work, which is not something I'm willing to commit to unless it's the only option because if it fails, I would need to repeat the entire download.
Another answer suggested using wget, which is probably the most promising. I'm using Windows, but wget does have a Windows version. However I would imagine Google has some pretty major authentication for Takeout downloads which I don't think I'd be able to pass through command line. Additionally I don't know if there would be any issues downloading to an external (encrypted) drive if the computer loses power or the drive gets knocked off.
Does anyone know if there are any alternative ways to do this that is more reliable for what I'm trying to do and doesn't use any random software?
windows-10 download wget
add a comment |
I requested a Google data takeout in 2GB chunks. However, while most of the files (22/23) are <=2GB, one is over 30GB. I don't know why this is the case, and I don't know what's in it and why it's so big, but I expect it to take a while to download.
I am concerned that I may lose connection or my computer might restart while I am downloading it (to an external hard drive). I am hoping to find a way to download this giant ZIP folder in a way that won't fail if something happens. I looked at this question, but the only answer links to some proprietary software I've never heard of, and I don't really want to download anything through it, as I'd imagine the 30GB+ file has sensitive data somewhere.
This answer looks promising, but it comes with some disclaimers that it might not always work, which is not something I'm willing to commit to unless it's the only option because if it fails, I would need to repeat the entire download.
Another answer suggested using wget, which is probably the most promising. I'm using Windows, but wget does have a Windows version. However I would imagine Google has some pretty major authentication for Takeout downloads which I don't think I'd be able to pass through command line. Additionally I don't know if there would be any issues downloading to an external (encrypted) drive if the computer loses power or the drive gets knocked off.
Does anyone know if there are any alternative ways to do this that is more reliable for what I'm trying to do and doesn't use any random software?
windows-10 download wget
1
PowerShell and wget are perfectly capable of doing this.
– Ramhound
Mar 23 '18 at 0:19
add a comment |
I requested a Google data takeout in 2GB chunks. However, while most of the files (22/23) are <=2GB, one is over 30GB. I don't know why this is the case, and I don't know what's in it and why it's so big, but I expect it to take a while to download.
I am concerned that I may lose connection or my computer might restart while I am downloading it (to an external hard drive). I am hoping to find a way to download this giant ZIP folder in a way that won't fail if something happens. I looked at this question, but the only answer links to some proprietary software I've never heard of, and I don't really want to download anything through it, as I'd imagine the 30GB+ file has sensitive data somewhere.
This answer looks promising, but it comes with some disclaimers that it might not always work, which is not something I'm willing to commit to unless it's the only option because if it fails, I would need to repeat the entire download.
Another answer suggested using wget, which is probably the most promising. I'm using Windows, but wget does have a Windows version. However I would imagine Google has some pretty major authentication for Takeout downloads which I don't think I'd be able to pass through command line. Additionally I don't know if there would be any issues downloading to an external (encrypted) drive if the computer loses power or the drive gets knocked off.
Does anyone know if there are any alternative ways to do this that is more reliable for what I'm trying to do and doesn't use any random software?
windows-10 download wget
I requested a Google data takeout in 2GB chunks. However, while most of the files (22/23) are <=2GB, one is over 30GB. I don't know why this is the case, and I don't know what's in it and why it's so big, but I expect it to take a while to download.
I am concerned that I may lose connection or my computer might restart while I am downloading it (to an external hard drive). I am hoping to find a way to download this giant ZIP folder in a way that won't fail if something happens. I looked at this question, but the only answer links to some proprietary software I've never heard of, and I don't really want to download anything through it, as I'd imagine the 30GB+ file has sensitive data somewhere.
This answer looks promising, but it comes with some disclaimers that it might not always work, which is not something I'm willing to commit to unless it's the only option because if it fails, I would need to repeat the entire download.
Another answer suggested using wget, which is probably the most promising. I'm using Windows, but wget does have a Windows version. However I would imagine Google has some pretty major authentication for Takeout downloads which I don't think I'd be able to pass through command line. Additionally I don't know if there would be any issues downloading to an external (encrypted) drive if the computer loses power or the drive gets knocked off.
Does anyone know if there are any alternative ways to do this that is more reliable for what I'm trying to do and doesn't use any random software?
windows-10 download wget
windows-10 download wget
asked Mar 22 '18 at 21:28
Rob RoseRob Rose
1063
1063
1
PowerShell and wget are perfectly capable of doing this.
– Ramhound
Mar 23 '18 at 0:19
add a comment |
1
PowerShell and wget are perfectly capable of doing this.
– Ramhound
Mar 23 '18 at 0:19
1
1
PowerShell and wget are perfectly capable of doing this.
– Ramhound
Mar 23 '18 at 0:19
PowerShell and wget are perfectly capable of doing this.
– Ramhound
Mar 23 '18 at 0:19
add a comment |
1 Answer
1
active
oldest
votes
I ran into the same issue and I found a pretty convinient/simple solution.
First of all I used JDownloader app for my solution. It is an open-source download management tool which could be downlaoded for free from here: http://jdownloader.org/
After you install JDownloader, follow the steps below in order to download the Google takeof file/s:
- Click on the "Download archive" link provided by Google.
- Proceed as required (authentication, etc.) until the download starts from your browser (I used chrome).
- Navigate to the browser downloads page (in chrome it is chrome://downloads/).
- Locate the download and copy its link address.
- Add the link address in JDownloader.
- Finally in the JDownloader LinkGrabber tab locate the folder with the name the starts with "takeout-", right click on it and select "Start Downloads".
Wait for the download to complete and that's it!
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1306957%2fhow-can-i-download-a-large-google-takeout-file-in-parts-on-windows-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I ran into the same issue and I found a pretty convinient/simple solution.
First of all I used JDownloader app for my solution. It is an open-source download management tool which could be downlaoded for free from here: http://jdownloader.org/
After you install JDownloader, follow the steps below in order to download the Google takeof file/s:
- Click on the "Download archive" link provided by Google.
- Proceed as required (authentication, etc.) until the download starts from your browser (I used chrome).
- Navigate to the browser downloads page (in chrome it is chrome://downloads/).
- Locate the download and copy its link address.
- Add the link address in JDownloader.
- Finally in the JDownloader LinkGrabber tab locate the folder with the name the starts with "takeout-", right click on it and select "Start Downloads".
Wait for the download to complete and that's it!
add a comment |
I ran into the same issue and I found a pretty convinient/simple solution.
First of all I used JDownloader app for my solution. It is an open-source download management tool which could be downlaoded for free from here: http://jdownloader.org/
After you install JDownloader, follow the steps below in order to download the Google takeof file/s:
- Click on the "Download archive" link provided by Google.
- Proceed as required (authentication, etc.) until the download starts from your browser (I used chrome).
- Navigate to the browser downloads page (in chrome it is chrome://downloads/).
- Locate the download and copy its link address.
- Add the link address in JDownloader.
- Finally in the JDownloader LinkGrabber tab locate the folder with the name the starts with "takeout-", right click on it and select "Start Downloads".
Wait for the download to complete and that's it!
add a comment |
I ran into the same issue and I found a pretty convinient/simple solution.
First of all I used JDownloader app for my solution. It is an open-source download management tool which could be downlaoded for free from here: http://jdownloader.org/
After you install JDownloader, follow the steps below in order to download the Google takeof file/s:
- Click on the "Download archive" link provided by Google.
- Proceed as required (authentication, etc.) until the download starts from your browser (I used chrome).
- Navigate to the browser downloads page (in chrome it is chrome://downloads/).
- Locate the download and copy its link address.
- Add the link address in JDownloader.
- Finally in the JDownloader LinkGrabber tab locate the folder with the name the starts with "takeout-", right click on it and select "Start Downloads".
Wait for the download to complete and that's it!
I ran into the same issue and I found a pretty convinient/simple solution.
First of all I used JDownloader app for my solution. It is an open-source download management tool which could be downlaoded for free from here: http://jdownloader.org/
After you install JDownloader, follow the steps below in order to download the Google takeof file/s:
- Click on the "Download archive" link provided by Google.
- Proceed as required (authentication, etc.) until the download starts from your browser (I used chrome).
- Navigate to the browser downloads page (in chrome it is chrome://downloads/).
- Locate the download and copy its link address.
- Add the link address in JDownloader.
- Finally in the JDownloader LinkGrabber tab locate the folder with the name the starts with "takeout-", right click on it and select "Start Downloads".
Wait for the download to complete and that's it!
answered May 17 '18 at 8:56
Yochai CohenYochai Cohen
213
213
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1306957%2fhow-can-i-download-a-large-google-takeout-file-in-parts-on-windows-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
PowerShell and wget are perfectly capable of doing this.
– Ramhound
Mar 23 '18 at 0:19