Upload large JSON files

Options

I have a JSON file located in a google drive folder, the file is 12GB so is too large to use the file upload connector. Is there a workaround on this to be able to upload the JSON file into Domo whether is directly from the computer or importing it from google drive?

Answers

  • ArborRose
    Options

    I would try accessing the Google Drive API. Or see if you can pull it using Python. I have done similar things with large JSON data…but not from Google. My sources come from other places.

    ** Was this post helpful? Click Agree or Like below. **
    ** Did this solve your problem? Accept it as a solution! **

  • luisamedinam
    Options

    I tried importing the file using the Google Drive Connector with the service account but the format JSON is not supported. I will try python. Can you share an example of what you're done? I already have the file downloaded so drive is no longer the only option.

    Thanks