
Markus Reuter
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Markus Reuter-
Markus Reuter commented,
“Hi Marc, I did the following: Changing (in HTTPSConnectionWithTimeout constructor): http.client.HTTPSConnection.init(self, host, port=port, key_file=key_file, cert_file=cert_file, timeout=ti...
-
Markus Reuter commented,
Hi Andreas, thanks for the answer. Now I get data! (Jippii) :-) regards Markus
-
Markus Reuter created a post,
Accessing Podio from vba (Excel/Word)
I have to read and write podio data out of Word or Excel. So I wrote following code at first. Dim winHttpReq As Object Dim access_token As String Function OAuthAppAuthorization() Dim result ...
-
Markus Reuter created a post,
Errors accessing podio api from python
Hi, I installed python 3.3 the setuptool and then podio-py via easy_install (on windows8). I generated an api key and started the follwing program. from pypodio2 import api client_id = "XXX" clien...