
Andreas Haugstrup Pedersen
- Total activity 1924
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 514
Activity overview
Latest activity by Andreas Haugstrup Pedersen-
Andreas Haugstrup Pedersen commented,
Google webfonts example: @font-face { font-family: "Tangerine"; font-style: normal; font-weight: 400; src: local("Tangerine"), url(https://fonts.gstatic.com/s/tangerine/v6/HGfsyCL5WASpHOFn...
-
Andreas Haugstrup Pedersen commented,
You can use limit and offset parameters get more more files. Without knowing which file class you are using it's impossible to tell if it has built-in support for those parameters though.
-
Andreas Haugstrup Pedersen commented,
Yeah, it's all good :)
-
Andreas Haugstrup Pedersen commented,
The Podio API can facilitate many integrations. If you have programming resources available you will find out developer site helpful: https://developers.podio.com/ - if you don't you might want to ...
-
Andreas Haugstrup Pedersen commented,
What grant type are you using? Authentication calls have a separate rate limit to block excessive authentication attempts. If you are getting rate limited on login operations it's most likely becau...
-
Andreas Haugstrup Pedersen commented,
App auth counts as a light user on the app and works under the same restrictions as light users. If I recall correctly that means app auth can only delete items created by app auth. Maybe if the "D...
-
Andreas Haugstrup Pedersen commented,
Users are immediately added to a workspace when you invite/add them. So everyone is included.
-
Andreas Haugstrup Pedersen commented,
Hi Adeeb, You can find our developer website at https://developers.podio.com/ -- it has documentation, tutorials and links to our API client libraries. All the best, Andreas
-
Andreas Haugstrup Pedersen commented,
Hi Pieterjan, The calculation field is not meant to handle your situation. The field is for making calculations based on input from other fields. Your calculation doesn't do that. You can trick t...
-
Andreas Haugstrup Pedersen commented,
Hi Pieterjan, If you are already using the API to update field values there's no need for you to use a calculation field. Simply write the appropriate date to a date field. /Andreas