Automic Workload Automation

 View Only
  • 1.  Automated Movement of Files to and from Onedrive

    Posted Jul 01, 2020 03:46 AM
    Is anyone using Automic to move files to and from Onedrive?  If so could you please provide details of how your doing this?

    ------------------------------
    Robert Boyer
    Global Scheduling Governance

    Mondelēz International, Inc.



    ------------------------------


  • 2.  RE: Automated Movement of Files to and from Onedrive

    Posted Jul 01, 2020 04:25 AM
    Edited by Carsten Schmitz Jul 01, 2020 04:28 AM
    We don't, but OneDrive is accessed via REST and the Microsoft Graph specs. You can warp that with e.g. Powershell or any other language.

    This should get you started:

    API:

    https://docs.microsoft.com/en-us/graph/api/resources/onedrive?view=graph-rest-1.0
    https://docs.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_get_content?view=odsp-graph-online

    Powershell module:

    https://www.powershellgallery.com/packages/OneDrive/2.2.5

    There's also various command line clients, e.g. on Github.

    https://www.google.com/search?q=onedrive+command+line+client

    ------------------------------
    # signature.sh --verbose=[true|false]
    # no configurables beyond this point, only signature

    Using the slide show widget for posting individual images is wrong. Please use the "insert image" button in the editor.

    Did you know? I will NOT respond to PM asking for help unless there's an actual reason to keep the discussion off of the public forums!

    "Efficient Solutions Monthly Magazine" says: These contain very good advise on asking good questions. No, you do not need StackExchange for Automic, but asking questions the right way never hurts:

    http://www.catb.org/~esr/faqs/smart-questions.html

    https://www.chiark.greenend.org.uk/~sgtatham/bugs.html
    ------------------------------