Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

292
Vistas
Migrate GoogleSheets - New API

Before the update I used the https://spreadsheets.google.com/feeds/list/{SHEETID}/1/public/values?alt=json link to get the values ​​from the spreadsheet and display it in an html page

  $(document).ready(function() {
 var sheetURL ="https://spreadsheets.google.com/feeds/list/{SHEETID}/1/public/values?alt=json";

 $.getJSON(sheetURL, function(data) {
   var entryData = data.feed.entry;
   console.log(data);
   jQuery.each(entryData, function() {
     $("#list").append(
       ' <div class="contentList">'+ this.gsx$list.$t +'</div>'
     );
   });
 });
});

After upgrading to API v4 the link stopped working. someone with the same problem? I tried to solve it through the documentation, but I didn't get a solution.

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda