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.


    Pythonista DropBox Sync Broken

    Pythonista
    1
    1
    1399
    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.
    • JuanCab
      JuanCab last edited by JuanCab

      So, after the latest update to Pythonista (version 3.1), I am now getting an API Error when my DropBox Syncing script attempts to upload files to DropBox when the state.check_state command is called (this also prevents updating of the sync state). Does anyone have a DropBox Syncing script that works with Pythonista 3.1.

      EDIT: The script I used is DropboxSyncv2.py (https://gist.github.com/KainokiKaede/015601fc9f29c354a805fc56deef1bbe) but I edited line 153 to read

      client = dropboxloginv2.get_client()
      

      instead of

      client = dropboxlogin3v2.get_client()
      

      in order to call dropboxloginv2 properly. The API error occurs in the call on line 179.

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