
John Lyons • over 5 years ago
Scope field is required when logging in to test account.
Testing login with the test account, getting this error back. What should be put in the scope field, and is it required since we setup the scope in the API?
Comments are closed.
1 comment
Kensuke Numakura Manager • over 5 years ago
Hi,
As for the Scope, you need to set both:
- 1. "Authorization scopes" in web console of your App
- 2. scope parameters in your application codes
See examples in Django/Python or Node.js:
https://genomelink.io/developers/docs/tutorial-oauth-example/
You can set any items from:
https://genomelink.io/developers/reference/reports/
Hope this helps.