Note that there are some explanatory texts on larger screens.

plurals
  1. POAccess not configured error message
    primarykey
    data
    text
    <p>I've set up oauth and am properly retrieving an access token.</p> <p>Here is the response I get from hitting </p> <p><code>https://www.google.com/accounts/AuthSubTokenInfo?access_token=&lt;token&gt;</code></p> <pre><code>parsed_response="Target=645428735890.apps.googleusercontent.com\nSecure=false\nScope=https://www.googleapis.com/auth/userinfo.profile\nScope2=https://www.googleapis.com/auth/userinfo.email\nScope3=https://www.googleapis.com/auth/glass.timeline\nScope4=https://www.googleapis.com/auth/glass.location\n" </code></pre> <p>which I believe properly shows that I have requested the correct permissions.</p> <p>A call to </p> <p><code>https://www.googleapis.com/mirror/v1/timeline?access_token=&lt;token&gt;</code></p> <p>yields:</p> <p><code>"errors"=&gt;[{"domain"=&gt;"usageLimits", "reason"=&gt;"accessNotConfigured", "message"=&gt;"Access Not Configured"}]</code></p> <p>Having trouble figuring out what this means. I don't have an actual piece of glass hardware. The docs make it seem like this access token would allow me to make any requests to the mirror api. </p> <p>Is there an additional setup or permission I need to ask for that I missed? On the application side? Is this related to my google account and having not set up glass?</p> <p>EDIT:</p> <p>Okay, from the authorization docs: </p> <p><code>Select the Services tab in your API project, and enable the Google Mirror API.</code></p> <p>However, I'm not seeing Google Mirror API listed on the services tab?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload