Skip to main content
Solved

Is there a way to find the paid plan of a file trough the Plugin API?

  • January 26, 2024
  • 3 replies
  • 387 views

Bogriceanu_Sorin

I am writing a plugin that works with variables an prototyping. Some features like variable modes and multiple reactions on actions are supported only on paid plans.

Is there a way to figure out what plan is used by the current document where i open the plugin?

Thanks,

Sorin

Best answer by Gleb

yeah that’s the only way

This topic has been closed for replies.

3 replies

Gleb
  • Power Member
  • January 26, 2024

Bogriceanu_Sorin

this is what i was using now as a workaround in a try-catch.

I searched the docs for “direct” prop or function 😃

Just to summ it up, the “official way” of checking for now, is by trying, correct?


Gleb
  • Power Member
  • Answer
  • January 27, 2024

yeah that’s the only way