Solved

Cannot start "Glip Team Quick Start App"

  • 4 November 2020
  • 4 replies
  • 780 views

Hello. When I try to run code on C# I get an error like this:

StatusCode: 400, ReasonPhrase: 'Bad Request'

Method: POST, RequestUri: 'https://platform.devtest.ringcentral.com/restapi/v1.0/glip/teams'

Content: {"message":"Company associated with RC account is not found"}

What I am doing wrong?

icon

Best answer by Phong1426275020 5 November 2020, 16:20

View original

4 replies

Userlevel 1

Saying "Glip Team Quick Start App", do you mean following the quick start example in the Dev guide? Did you use the C# SDK? How did you login the platform?

Yes, this is the quick start example. Yes, it is C#.

Userlevel 1

It looks like you have never logged in to the Glip app in sandbox. Try to login here with the same user credentials. Test by creating a team manually to see if it works. Then run your app again.

Yey! It works as expected. Thanks, Phong Vu.

Reply