How to get asana workspaceID? -


Before I request the app.asana.com/api/1.0/workspaces in a browser (later I It was logging in asana) It was returning all of my workspace ID but it is currently not working and shows an error: - "{" Errors ": [[" "Message:" Not authorized "}} } ". Is there any other solution to get my asana workstation ID?

Thanks,

(I work in Asana.) For the inconvenience We are sorry - it was a security hole and we had to close it, as we had written ours. If you are writing an app to use others, OAuth is the most appropriate and safe way to access users' data. If you are writing a simple script, you can use your API key. It can be done through a browser, but not only by using JavaScript and requesting in the browser location bar.


Comments