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.
į§