Determining what plan an App is on

Is there any magic way to determine what plan an app is on… more specifically is there a way to check if Glide API is available. I am working on an App that I would like to make into a template… knowing whether the API is available or not would be great.

The Team Plan is shown under the Team Name at the top left in the builder.
To check if you have API access, go to the Data Editor and right-click on any table name. If you see the “Show API” option, then you have API access.

Sorry… I meant from within the app itself. So I can automatically turn “features” off.

Test… if the feature is not empty

oh, right…

hmm no, I can’t think of any obvious way.
I don’t know what Uzo means.

1 Like

I never tested this Idea… but if the column that uses a paid plan feature is empty… that means you are on the lower plan… I don’t know if that will work… I only use free plans since I can go around almost all paid features :wink:

And I’m unsure if you can copy the template with paid features.

1 Like

Thanks… I try to do as much as possible with free features as well… and have got what I need working without need for the API as well… but would be even better with the API - so it would be a feature add on in this case :slight_smile:

You can use API on the free plans… Javascript column

I need to be able to create new rows (multiple) via API (externally). Working with glide tables.

Yep… i can do that :wink:

I can do that too. But without Glide API being available on the lower plans - it wont work… hence ,my original question…

If you know a way to be able to create rows in glide tables from an external source without having access to Glide API then I am all ears.

Unfortunately, I can’t talk about it… they will ban me again, LOL.

You can check my templates… they all have this feature