
Florian Munz
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
Activity overview
Latest activity by Florian Munz-
Florian Munz commented,
Hi Charles, are you talking about the Podio interface or the API specifically? Cheers, Florian
-
Florian Munz commented,
Hi Thiago, the limits are global and don't depend on the SDK you use and they are there for a reason. The easiest way to workaround them is usually to phase out your API calls over a longer period...
-
Florian Munz commented,
what do you want to achieve? The email field is similar to a text field, which also doesn't allow filtering.
-
Florian Munz commented,
Do you have a publicly visible URL where I can have a look at it?
-
Florian Munz commented,
this only works if you authenticate to the API as the same user that created the app, otherwise the API is just another workspace user and is not allowed to create items.
-
Florian Munz commented,
it is global per app. What are you trying to accomplish?
-
Florian Munz commented,
You can do that using the filter items call and not providing any filter options: https://developers.podio.com/doc/items/filter-items-4496747 notice the result will still be paginated, so if you ...
-
Florian Munz commented,
That shouldn't happen. We only trigger web hooks after a successful database commit.
-
Florian Munz commented,
Looks like at the moment you can only easily use the refresh_token using the OAuthRefreshTokenCredentials class instead of the OAuthUsernameCredentials. Both access_token and refresh_token are part...
-
Florian Munz commented,
That looks more like a problem with your Java. What version of Java are you running on? Any chance to upgrade that?