user05224 Member

Comments

  • Hey - I was wondering how you uploading actual files to Domo through the Streams API? I know you can upload file-like objects (StringIO), but can I actually upload a real file? I modified pydomo a bit on my server to allow for streaming upload (with open csvfile as f:), but I am still not able to actually upload a folder…