I can confirm that itâs on a Pro App. I see the API usage meter when I click on Pro in the top right.
Tried again this morning but no luck. Iâll submit a ticket
I can confirm that itâs on a Pro App. I see the API usage meter when I click on Pro in the top right.
Tried again this morning but no luck. Iâll submit a ticket
@Robert_Petitto great stuff. Super educational
Hi Darren,
I see in your example âget all rowsâ. That is missing from my API set in my PRO app.
How about even âGet Rowâ. If something changes in Glide, how can I keep an external database up to date? Without âGet Rowâ, seems that âUPDATEâ could do major damage in a sync attempt.
This is now branded âquery tablesâ and itâs only available for enterprise level apps, which is why I didnât cover it in the video.
Sometimes it seems Glide is biting off their leg to spite their foot. Not everyone who needs advanced features is an Enterprise corporation.
edit I would think âGET ROWâ would not even be considered âadvancedâ. Any add/update/delete scenario requires a âgetâ first.
I think it comes down to cost on Glideâs end. Certain functions, and especially moving data (or lots of it), has operational costs that we donât see. I think at a certain point glide starts to lose money, even on paid pro plans. Advanced features that are data and processing intense will cost more. Itâs just that glide can only absorb so much of that cost and offer limited functionality at no additional cost to the user.
You are exposing part of your token here.
Great video @Darren_Alderman! ![]()
Btw, I love ClickUp and use it in my personal projects and at Lution management ![]()
Ooops. Thatâs a screengrab from that other video by Darren. I deleted that from my post, but perhaps Darren needs to blur his video also.
I donât have âget all rowsâ in my API because I only have a âproâ plan. Any chance of Glide reconsidering that? Iâd only need âget rowâ to update a row, not âget all rowsâ.
Shouldnât you be able to update a row with the set-column-in-rows action?
Yes, but if the columns have been changed on the Glide side, I would want to get the columns for that row so that I know if changes were made and can prevent over-writing changes.
I am going to be accessing these APIâs in apps that I wrote vs. third party tools.
Great explanation!
But watching it I think: in other cases, how do I find out what to copy where? There is laymanâs work to be done in the UIâs ![]()
Does the âTable mutation APIâ limit resets each month?
If not how to increase it? ![]()
Yes. It resets each month. Glide will soon give you a way (I think) to pay for more usage within a month if you need it.
@Robert_Petitto, thank you for your excellent video.
My pleasure!
âŚso only Enterprise ca make read from an external app the data ?
I mean , i rephrase , can i read ex. an audio file externally from an app using the Api ?
No thatâs not related to what he said. Robert meant you can only add a new row, change existing rows or delete a row in non-enterprise levels. Grabbing multiple rows using a query (GET) is only available on enterprise.
Thanks, @ThinhDinh for the backup!
Ok.
Its a new field for me so there are many concepts to assimilate.
Thanks.
á§