Error Code : AB1034
-
Hi Team,
When i am trying to connect to the API using python , i get the following error msg.
{'message': 'Apps not found', 'errorcode': 'AB1034', 'status': False, 'data': None}from smartapi import SmartConnect
obj = SmartConnect(api_key='My Key')
data = obj.generateSession("My ID","MyPwd")
print(data)Thanks in Advance.