Skip to main content
Question

Why is platform.login() throwing 404 and Resource not found errors?

  • July 14, 2021
  • 1 reply
  • 597 views

sdk = SDK(APP_KEY, APP_SECRET, SERVER)
platform = sdk.platform()
platform.login(USERNAME, EXTENSION, PASSWORD)

1 reply

PhongVu
Community Manager
Forum|alt.badge.img
  • Community Manager
  • July 15, 2021

Well, most probably one or more params is invalid. What is behind the SERVER, sandbox account or production account? Then app_id and app_secret must be the ones for the selected account type. Then username must be an existing user in the selected account.