Does anyone know how to integrate tasks from PyCharm CE 4.5.3 with Asana? There is an integration plugin (actually pre-configured generic REST API plugin) available.
I followed documentation on generating the API key but PyCharm returns "unauthorized" error all the time.
API from within valid web browser session works OK:
Project ID can be retrieved using GET on https://app.asana.com/api/1.0/workspaces
Similar for issues: https://app.asana.com/api/1.0/projects/PROJECT_ID/tasks?assignee=me