I am creating an application that shows an alert to users to authorize an Connected System so that an integration can work.
now I want it to be shown to user only when they have already not authorized Connected System
so ,how can I check if user has already authorized for a connected...??
Discussion posts and replies are publicly visible
You can call the integration if its results error with 400 code you can show a screen says user is not authorized. when there's an error and can be retrieved through the onError parameter.
docs.appian.com/.../authorization_link_component.html
I actually don't want to call the integrations because they are actually GDrive API Call to create a new folder in a Shared Drive.Is there a Way Possible to check Without making any Integration Call.???