Comments

15 comments

  • Nick Barnwell

    Can you provide more info, i.e a traceback, what authentication method is being used, the language, etc...?

    0
    Comment actions Permalink
  • Bruno Soares Lima

    I'm using c# to conect with APP Authentication, some errors is returning for me

    - {"error_propagate":false,"error_parameters":{},"error_detail":null,"error_description":"expired_token","error":"unauthorized"}

    • "BAD Request"

    But is stranger because i did nothing in the APP, just stopped to work.

    0
    Comment actions Permalink
  • Bruno Soares Lima

    Another error:

    {"error_propagate":false,"error_parameters":{},"error_detail":"invalid_app_token","error_description":"Invalid app_token","error":"invalid_grant"}

     

    I didn't change nothing.

    0
    Comment actions Permalink
  • Andreas Haugstrup Pedersen

    Hi Bruno,

    We are having a bit of trouble with some authentication requests. We are working on bringing everything back to normal. I'm sorry for any problems this is causing you. We will get back to you when the issue is resolved.

    0
    Comment actions Permalink
  • Christian Holm

    Hi Bruno

    I just did a hotfix of the API, which should fix the issue. Can you give it a try now?

    Sorry for the inconvenience, it was my bad.

    Christian

    0
    Comment actions Permalink
  • Bruno Soares Lima

    Now is working!!!

    Thank you guys!

    Regards,

    Bruno S Lima

    0
    Comment actions Permalink
  • Christian Holm

    Great! Once again sorry for the breaking. I owe you a beer if you come by Copenhagen.

    0
    Comment actions Permalink
  • Christian Holm

    I have added more testcases today to make sure I don't break it again.

    0
    Comment actions Permalink
  • Bruno Soares Lima

    Great! I didn't know that Podio is in Copenhagen! Beautiful city, I would like to know some day! Tell me If you have some oportunity to work! :)

    Thank you again.

    0
    Comment actions Permalink
  • Gijs van Dam

    Is this bug back again? I experience the exact same problem.

    Request failed for https://podio.com/oauth/token?grant_type=authorization_code&client_id=XXX&redirect_uri=XXX&code=XXX returned code 400. Server response: {"error_propagate":false,"error_parameters":{},"error_detail":"oauth.code.invalid","error_description":"Sorry, your OAuth code is invalid.","error":"invalid_grant"}

    0
    Comment actions Permalink
  • Rich Stoldt

    I've been messing about with the .NET API and finally had it working fine yesterday.  Now out of the blue it's broken - don't know if this is the same issue but now: - FYI I set the uri variable as null:

    var client = Client.ConnectAsApp(client_id, client_secret, appId.ToString(), appToken, uri);

    fails with

    Unhandled Exception: System.UriFormatException: Invalid URI: The hostname could not be parsed.

    The URL value in the debugger is:

    "https:///api.podio.com/oauth/token"

    What's up with that?

    0
    Comment actions Permalink
  • Nick Barnwell

    I'm sure you've gotten this resolved by now Rich, but it looks as though there's an additional forward slash before 'api'. It should read https:// (two forward slashes) + hostname.

    0
    Comment actions Permalink
  • Rich Stoldt

    Cheers - yes - all sorted.  Thanks for the reply.  Now if I could only figure out my FilterItems problem :(

    0
    Comment actions Permalink
  • Nick Barnwell

    If you want to start a new topic for it so as not to clutter up this thread too much, I'm happy to help troubleshoot it with you.

    0
    Comment actions Permalink
  • 0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk