Create public/private gist does not work
Opened this issue · 2 comments
sambsbdev commented
liamjack commented
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"
}
Magnus-G commented
Thanks! This worked well.