Has anyone tried integrating Google Spreadsheets with Podio?

632 views
Skip to first unread message

Simon B

unread,
Oct 24, 2011, 5:52:56 AM10/24/11
to Podio API
Hi,

I want to use Google Spreadsheets as a free corporate dashboard that
pulls it's data from Podio apps. I've been trying to authenticate
against Podio's oAuth2 interface using the UrlFetchServices classes
(OAuthConfig, UrlFetchApp, HTTPResponse etc.) in App Script.

I'm a little stuck!

Has anybody else out there attempted this before?

Simon

kv

unread,
Mar 26, 2012, 6:44:50 PM3/26/12
to podi...@googlegroups.com
Hi Simon,

Did you make progress on this? I am about to attempt this. I assumed (incorrectly) that this would be well-documented. If you have any pointers or suggestions, I'd greatly appreciate it!\

Kv

Drew Hawken

unread,
Apr 10, 2012, 3:46:01 PM4/10/12
to podi...@googlegroups.com
I will be trying this as well Simon and Kv, if either of you have made any headway I would appreciate it.

Friedger Müffke

unread,
Jul 1, 2012, 3:43:59 AM7/1/12
to podi...@googlegroups.com
With the new changes announced at Google I/O it would be even more interesting to see some pro looking into it.

I fail with an "Unexpected error" if I run this code in a standalone app

function getApps(){
    var txt = UrlFetchApp.fetch("http://api.podio.com/app/v2/", podioOAuth_()).getContentText();
    Logger.log(txt);
}

function podioOAuth_() {
 var oAuthConfig = UrlFetchApp.addOAuthService("podio");
 oAuthConfig.setRequestTokenUrl('https://podio.com/oauth/authorize');
 oAuthConfig.setConsumerKey('MY_CLIENT_ID');
 oAuthConfig.setConsumerSecret('MY_CLIENT_SECRET');
 return {oAuthServiceName:"podio", oAuthUseToken:'always'};
}
  

Any insight?
Cheers
Friedger
Reply all
Reply to author
Forward
0 new messages