Calling
mInventoryConnector.getItems()
throws INVENTORY_R permission exception while the equivalent REST API
https://apisandbox.dev.clover.com/v3/merchants/{mI...
works fine with the same permissions granted from the application settings.
... if (mAccount != null) { mInventoryConnector = new InventoryConnector(this, mAccount, null); mInventoryConnector.connect(); new InventoryAsyncTask().execute(); } ...
InventoryAsyncTask
definition can be found
here.
Environment: Sandbox
Compile SDK: 25
Target SDK: 25
Any thoughts?
Thanks,
A.