sdk = SDK(APP_KEY, APP_SECRET, SERVER)
platform = sdk.platform()
platform.login(USERNAME, EXTENSION, PASSWORD)
© 1999-2024 RingCentral, Inc. All rights reserved.
Privacy Notice
sdk = SDK(APP_KEY, APP_SECRET, SERVER)
platform = sdk.platform()
platform.login(USERNAME, EXTENSION, PASSWORD)
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.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.