condemil/gist

Create public/private gist does not work

Opened this issue · 2 comments

You need to Generate an access token specifically for SublimeText and then put the newly obtained token in your Gist plugin User configuration (accessible via Preferences > Package Settings > Gist > Settings - User) by pasting the following and modifying where required:

{
    "token": "ACCESS_TOKEN_HERE"
}

Thanks! This worked well.