omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Programmatically write to OneDrive?

    Pythonista
    3
    4
    3060
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • jbl
      jbl last edited by

      Is there a way to programmatically write to OneDrive.

      The long version of the question is that I am trying to do some web scraping and data analysis from my iPhone, but since pandas and scipy are out of the question for pythonista, I need to do the scraping and data gathering here in pythonista, and then transfer the gathered data over to OneDrive so that I can access it from a MS Azure Notebook and do the analysis there (azure notebooks only allows limited network access to a few of the bigger cloud storage systems). I’m using OneDrive for this. I could collect all the data into one big file using pythonista and transfer manually, but for several reasons, it would be nice to be able to programmatically write many smaller text files directly to OneDrive. Is this possible?

      mikael 1 Reply Last reply Reply Quote 0
      • JonB
        JonB last edited by

        i have not used it, but onedrive has both a REST and python api.

        1 Reply Last reply Reply Quote 0
        • jbl
          jbl last edited by

          Hmm. Yup. I feel stupid. Just didn’t seem like the type of thing that Microsoft would do so I didn’t even look. I guess I thought it would be difficult on iOS or something. Thanks!

          1 Reply Last reply Reply Quote 0
          • mikael
            mikael @jbl last edited by

            @jbl, did you ever go through with this?

            1 Reply Last reply Reply Quote 0
            • First post
              Last post
            Powered by NodeBB Forums | Contributors