
Vijay Kumar
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Vijay Kumar-
Vijay Kumar created a post,
Podio API getaddrinfo error
I am receiving this error while using Podio API :- cause: { [Error: getaddrinfo ENOTFOUND api.podio.com] code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'api.podio.com' }, ...
-
Vijay Kumar commented,
Mostly our app use this endPoint to create new items :- https://developers.podio.com/doc/items/add-new-item-22362 In between if access_token get expire, we use refresh_token to refresh access_toke...
-
Vijay Kumar commented,
sometimes while refreshing access_token, I am experiencing this error :- { "error_parameters": {}, "error_detail": "oauth.refresh_token.invalid", "error_propagate": true, "request": { ...
-
Vijay Kumar commented,
It is not returning new refresh_token. This is my old Podio credential :- { "access_token" : "59ba9ca410f84a3f877993ea493a7439", "token_type" : "bearer", "ref" : { ...
-
Vijay Kumar commented,
Hi Andreas ! I think you getting the context wrong. I am talking about getting new refresh_token not getting new access_token. Refresh_token get expire every 28 days. Before the refresh token expi...
-
Vijay Kumar created a post,
Get new refresh token
Hi ! Recently we ran into the "API auth error: Sorry, your OAuth grant has expired." issue. After reading the related topics on this forum I tried to implement the fix (store the new refresh token ...
-
Vijay Kumar created a post,
Keeping webhook inactive
Is there any way to keep webhook inactive while creating/updating any app on podio.