
Louis-Philippe Papillon
- Total activity 36
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 12
Comments
Recent activity by Louis-Philippe Papillon-
Thanks Casper. Quick question, does Authenticating (using Password auth) itself consume the API rate-limit quota? I'm getting quota busted after just a few requests and I can't figure out why. This...
-
Really disappointed in the outcome of this project. This functionality should work, but doesn't. Got told to take it to support, they did not fix the issue and told me to take it to the forums. No ...
-
Please can anyone replicate this? Was asked to take this to Support and then asked to take it back to the forums but no answer... The app is live and not working!
-
Yes it's possible I use this in a webhook to send client notifications that "reply-to" to the item: $emailInfo = Podio::request('GET', '/email/contact/item_comment_app/item/' . $_POST['item_id']);...
-
Well I got in touch with support about trust level etc, but it still does not work so I am taking this back to the forums. I have tried with the older podio-php API I was using but also with the ne...
-
Can't do that within Podio, though you could build an interface with the API that presents a form that works in this way.
-
$comments = PodioComment::get_for( "item", 123456 ); Where 123456 is the item_id.
-
Thanks Andreas, great work once again :)
-
Thanks Andreas, The space_by_url API still gives an error which I still find odd, but the Resolve API worked and I was able to get the ID.
-
Thanks for your suggestion Patrick but I did use the space_url API to get the ID and it returns a not_found error like below: {"error_parameters"=>{}, "error_detail"=>nil, "error_propagate"=>false...