Hola equipo de soporte de Trello,
Estoy desarrollando una web app utilizando Google Apps Script, y necesito integrar Trello en mi flujo de trabajo para crear tarjetas a partir de los datos que recojo con un formulario y guardo en una hoja de Google Sheets.
Mi objetivo es lo siguiente:
He intentado implementar esto utilizando la API de Trello, pero siempre me encuentro con el error: "Servicio solicitado demasiadas veces para un mismo día: UrlFetch". Probé usando una URL JSON para la solicitud, pero sigo obteniendo el mismo error. Curiosamente, cuando pruebo la API desde otras herramientas como Postman, funciona correctamente, por lo que parece ser un problema relacionado con Google Apps Script.
Mis preguntas son:
Agradezco cualquier sugerencia o guía para resolver este problema, ya que he buscado soluciones sin éxito.
Gracias de antemano por su ayuda-
----
Hi Trello Support Team,
I am developing a web app using Google Apps Script, and I need to integrate Trello into my workflow to create cards from the data collected via a form and stored in a Google Sheets document.
Here’s what I’m trying to achieve:
I have tried implementing this using the Trello API, but I always encounter the following error: "Service invoked too many times for one day: UrlFetch". I also tried using a JSON URL for the request, but I still face the same issue. Interestingly, when testing the API with tools like Postman, it works perfectly, which suggests the problem is related to how Google Apps Script handles the requests.
My questions are:
I would appreciate any guidance or suggestions to resolve this issue, as I have been unable to find a solution.
Thanks in advance for your help.
--
url json: https://api.trello.com/1/cards/${TRELLO_CARD_ID}/actions/comments?key=${TRELLO_API_KEY}&token=${TRELLO_TOKEN}&text=${encodeURIComponent(comment)}
api:
Hi!
I looked into the error message you received and it seems to be related to Google Apps Script quotas rather than the Trello API. This conclusion is backed by the fact that everything is functioning correctly with Postman.
I suggest checking Google Community to see if they have any suggestions on how to avoid reaching this quota. I came across a thread that might be helpful to you, although I haven't tested their suggestion yet:
https://support.google.com/docs/thread/229846554/exception-service-invoked-too-many-times-for-one-day-urlfetch?hl=en
If you don't find a solution through the Google Community or Google support, I recommend posting your issue in our developer community. We have a number of Trello Engineers who are active there, and they'd be happy to give some guidance for more advanced topics like this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.