jonagh / gapi-querier

Tool for running Google APIs, and to play with google auth and stuff.
GNU General Public License v3.0
102 stars 35 forks source link

run button not working #3

Closed bbodenmiller closed 5 years ago

bbodenmiller commented 5 years ago

As far as I can tell I have everything setup correctly and I've signed in but run command isn't working no produces any errors in console or network activity.

image

jonagh commented 5 years ago

It appears you didn't sign in successfully (as per the "error:[object Object]".

Admittedly that error isn't very helpful.. so I just pushed a change to the code that will display the error object/message details instead of just [object Object]. Hopefully that helps, let me know.

bbodenmiller commented 5 years ago

And now it's working. 🤷