omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. JuanCab

    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.


    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 1
    • Controversial 0
    • Groups 0

    JuanCab

    @JuanCab

    1
    Reputation
    437
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    JuanCab Unfollow Follow

    Best posts made by JuanCab

    • Pythonista DropBox Sync Broken

      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.

      posted in Pythonista
      JuanCab
      JuanCab

    Latest posts made by JuanCab

    • Pythonista DropBox Sync Broken

      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.

      posted in Pythonista
      JuanCab
      JuanCab