question

ycb avatar image
ycb asked joel answered

Employee does not have the required permission

Hi,
I request employees authentication like that:
 Intent i = new Intent(Intents.ACTION_AUTHENTICATE_EMPLOYEE);
        i.putExtra(Intents.EXTRA_REASON, "authentication for admins:");
        i.putExtra(Intents.EXTRA_DIALOG, true);
        startActivityForResult(i, REQUEST_ANY_EMPLOYEE);
But it shows me this error on top of the authentication Activity: "Employee does not have the required permission"
Clover Android SDKEmployees
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

joel avatar image
joel answered
Anybody from Clover, please give us an answer about this ?
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community