Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
tkramer
Helper I
Helper I

Google Sheet Connector

I am having trouble connecting to data on Google Sheets. Here is the error:

Web.Contents failed to get contents from 'https://sheets.googleapis.com/v4/spreadsheets/CTrTkX99999999999?fields=sheets/properties,namedRanges' (429): Too Many Requests
tkramer_0-1713880494634.png

 

This is a very small table (8k rows) and we have no other queries connecting via Google Sheets (this is the first time I am trying).  I am using the "share" link on Google Sheet.  Has anybody else ran into this and have a solution?  
1 REPLY 1
cpwebb
Employee
Employee

Can you share the full M code for the Power Query query that you're using? It looks like Google Sheets is raising this error because your code is making too many requests in too short a time period. Wrapping the call to get data from Google Sheets with Table.Buffer or adding delays between calls using Function.InvokeAfter (see https://blog.crossjoin.co.uk/2015/04/30/using-function-invokeafter-in-power-query/ for example) might help avoid this error.

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors