AttributeError: 'module' object has no attribute 'PermissionException'

suraj
Hi when try to request access token using request token my code ends up saying AttributeError: 'module' object has no attribute 'PermissionException'. This is how I am requesting the access token

user = self.kite.request_access_token(r_token , secret)

What kind of an error is this? How can I overcome is this?
  • Vivek
    @suraj can you mention your api_key here please?
  • suraj
    API key : sbywyg7jx97ilzqt
    Uid : RK2784
  • Vivek
    @suraj publisher app cannot be used to access full api. Please create a app with type "Kite connect + Publisher" to get full api access.
  • suraj
    Thanks for the assistance. Its working fine now.
Sign In or Register to comment.