can i use data services to connect to a google sheet ?


Hi all,

I think this post is pretty dated; can someone help me get this working on Skuid Platform with Google v4 API? I have a get URL that works outside of Skuid, so I think the file is correctly accessible. However when I put in the relative data source URL it fails, and the error message seems to indicate Skuid prefixes the relative URL.

I tried the v3 format in this thread in Skuid:

/feeds/list/(sheeetID)/od6/public/full

When I click “path to contents” I get this error:

Loading sample body for REST Data Source…
Error connecting to REST Data Source at URL “/api/v1/feeds/list/(sheetID/od6/public/full”: Not Found: Page Not Found Whoops! Our bad. This link is broken or the page has been removed. Click your browser’s back button to return to the previous page.


The v4 syntax that works in the Google API explorer is:

GET https://sheets.googleapis.com/v4/spreadsheets/(sheetID)


So I tried to put in the v4 syntax (starting with the /v4) but the same error occurs, with the same /api/v1 tacked on to the front.

So, do i have the URL wrong? Or is there some configuration that will prevent Skuid from putting that prefix on?

Thanks for your help