Skip to main content
Solved

Cannot start "Glip Team Quick Start App"

  • 4 November 2020
  • 4 replies
  • 781 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?

4 replies

Userlevel 2
Badge

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 2
Badge

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