# Glide in not syncing automatically with Google sheets

**URL:** https://community.glideapps.com/t/glide-in-not-syncing-automatically-with-google-sheets/57183
**Category:** Ask for Help
**Created:** [January 27, 2023, 6:05pm UTC](https://community.glideapps.com/t/glide-in-not-syncing-automatically-with-google-sheets/57183 "2023-01-27T18:05:29Z")
**Posts on this page:** 1
**Showing post:** 10

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [January 28, 2023, 2:38pm UTC](https://community.glideapps.com/t/glide-in-not-syncing-automatically-with-google-sheets/57183/10 "2023-01-28T14:38:45Z")

</div>

Since your moved the conversation to a new thread…

> [@Javascript column to call API](https://community.glideapps.com/t/javascript-column-to-call-api/57209):
>
> Hi, I’ve tried the JavaScript column method, to run API call but is not giving any results, I’m not sure that I understand haw it is working, here is my code (API\_KEY is meant to be hided): fetch(‘[https://api.openai.com/v1/images/generations’](https://api.openai.com/v1/images/generations%E2%80%99), { method: ‘POST’, headers: { ‘Content-Type’: ‘application/json’, ‘Authorization’: ‘Bearer API\_KEY’ }, body: JSON.stringify({ prompt: “p1”, model: “image-alpha-001”, size: “256x256” }) }) .then(response =\> response.json()) .then(data =\> { //…

---

_[View the full topic](https://community.glideapps.com/t/glide-in-not-syncing-automatically-with-google-sheets/57183)._
