
Can you provide more info, i.e a traceback, what authentication method is being used, the language, etc...?
Today my application is not authenticating, someone can tell me if there is a problem in podio server?
Please sign in to leave a comment.
Can you provide more info, i.e a traceback, what authentication method is being used, the language, etc...?
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"}
But is stranger because i did nothing in the APP, just stopped to work.
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.
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.
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
Now is working!!!
Thank you guys!
Regards,
Bruno S Lima
Great! Once again sorry for the breaking. I owe you a beer if you come by Copenhagen.
I have added more testcases today to make sure I don't break it again.
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.
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"}
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?
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.
Cheers - yes - all sorted. Thanks for the reply. Now if I could only figure out my FilterItems problem :(
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.
Already there ....