SnwlCasInfo
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by SnwlCasInfo-
SnwlCasInfo commented,
I am using python language. 🙂
-
SnwlCasInfo created a post,
how can I know the detail user type, such as admin user, managed user
when calling the dbx_client.users() function I get the user list, but the type are all user.how can I get the detail user type, such as admin user, managed user, app user? Thanks in advance.
-
SnwlCasInfo created a post,
ask help, I don't know why the message of long poll response is out_of_date?
AnsweredI use long_poll method in python, but the message of long poll response is out_of_date, I don't know why?the python code as below: options = current_client.events().get_long_poll_options() long_p...
-
SnwlCasInfo commented,
there is no parameter of user_id for JWTAuth
-
SnwlCasInfo commented,
I am using python as below to generate the enterprise token, but I don't know how to generate the user access token using user id auth = JWTAuth( client_id=CLIENT_ID, client_secret=CLIENT_SEC...
-
SnwlCasInfo commented,
could you please give me one help, I don't how to generate JWT using user id, thanks very much.