Coder Social home page Coder Social logo

Comments (7)

Lusyok avatar Lusyok commented on July 24, 2024

Is there any news regarding this issue ?

I have the same situation.

from stashboard.

pburkholder avatar pburkholder commented on July 24, 2024

I have a similar problem, which I posted to Google Groups, only I get a 405 instead of 403. This seems to be common problem. Please, folks, you've written such a neat app, can you just help us out so we can use your awesomeness?

from stashboard.

kyleconroy avatar kyleconroy commented on July 24, 2024

@pburkholder The 405 is a different error, but may suffer from the same underlying problem. There are two APIs that stashboard provides. A read-only public API and a read/write API for account owners. The reason there are two APIs is that App Engine only let's you set authentication levels in the app.yaml.

To be absolutely sure that you access the API over SSL and are authenticated, you need to use the admin API

For further reference, please take a look at the REST API docs. https://stashboard.readthedocs.org/en/latest/restapi.html

from stashboard.

kaniini avatar kaniini commented on July 24, 2024

I am seeing this with stashboard on google apps. Use the OAuth credentials given to us, then access the /admin/ endpoints, and we're rejected because the OAuth credentials are considered by Google to be bogus.

from stashboard.

bhcopeland avatar bhcopeland commented on July 24, 2024

this big affects me too. I get:

{u'message': u'Authorization Failure', u'code': 403, u'error': True}

I also tried github ruby project stashboard-notifier and get same error.

has anyone got a working api for stashboard?

from stashboard.

goodtune avatar goodtune commented on July 24, 2024

Check your system time, I was bitten by this today - in one interpreter it was working fine, but in another it was failing. After tracing and observing that there is a time bound nonce in the OAuth response (and reading that tokens have a 10 minute TTL) I checked my system time... it was out by > 10 minutes; setting up NTP and updating the time fixed the issue.

from stashboard.

gopi-ar avatar gopi-ar commented on July 24, 2024

In our case the OAuth credentials had changed. Go to https://.appspot.com/admin/credentials to verify that they're ok.

from stashboard.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.