Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON file size restriction #20

Open
TAKosice opened this issue Feb 1, 2022 · 3 comments
Open

JSON file size restriction #20

TAKosice opened this issue Feb 1, 2022 · 3 comments

Comments

@TAKosice
Copy link

TAKosice commented Feb 1, 2022

Hello
Is there any JSON file size restriction? I have a file larger than 0.5 GB. When it is uploaded, only red error message appears: https://prntscr.com/26n3o6i. I have no other idea, why it is so.
Is there any possibility how io divide such large Hangouts JSON file?
Thanks.

@TheTechRobo
Copy link

Are you sure the JSON is valid ? Try using the jq command line tool.

cat myfile.json | jq .

Does that work? If not, you've likely a corrupt file.

@David-Byrne
Copy link
Owner

There's not a hard-coded size limit, but a large enough JSON blob can definitely cause the parsing to fail if the browser can't allocate enough memory. This will depend on your browser, OS and machine (see #1 for a similar issue).
I don't think Google Takeout gives the option of splitting the export into multiple smaller files I'm afraid, and it's not like a CSV format where we could stream a large file line by line

@TAKosice
Copy link
Author

TAKosice commented Feb 5, 2022

The file is valid. I have tried it in another browser with no other tabs loaded and hence, it works. Probably, Chrome is not able load so large file unlike from Firefox.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants