I am trying to connect with kite api with api_ket to get the url but it is showing wrong api_key. I have checked it is right api_key . How to deal with i?
@Zen8_ith, Please don't share any app or client specific tokens on public threads. You can private message if you want to share any sensitive information.
from kiteconnect import KiteConnect
api_key = "xxxx"
api_secret = "xxxx"
kite = KiteConnect(api_key = api_key)
print(kite.login_url())
https://kite.zerodha.com/connect/login?api_key=xxx&v=3
This is the error
message "Invalid `api_key`."
data null
error_type "InputException"
Please don't share any app or client specific tokens on public threads. You can private message if you want to share any sensitive information.
Never share your credentials with anyone.