• Resolved robnguyen

    (@robnguyen)


    Hi,

    I followed step-by-step your tutorial. I created a Server-to-Server OAuth & SDK app. Filled in the account ID, client ID, client secret, SDK key and SDK secret. Everything seems fine. But when I want to check the API connection I get an error “invalid token”. Must the SDK be reviewed before I can use it?

    My SDK app is momentarly under review” I get the following message:

    “We conduct app reviews on a FIFO basis, the current SLA for first response is 72 hours. Full publishing process can take 4+ weeks due to review backlog. Thank you for your patience. You are unable to edit unless you withdraw the approval request”

    Looking forward for you anwser.

    Best regards,
    Rob

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter robnguyen

    (@robnguyen)

    and now i get this error when i check for api connection:

    “Invalid access token, does not contain scopes: [user:write:admin, user:read:admin, user:read, user:write”.

    I already add the following scopes.

    Plugin Author Deepen

    (@j_3rk)

    @robnguyen

    Please review all the permissions stated below.

    – View and manage sub account’s user meetings/meeting:master
    – View all user meetings/meeting:read:admin
    – View and manage all user meetings/meeting:write:admin
    – View and manage sub account’s user recordings/recording:master
    – View all user recordings/recording:read:admin
    – View and manage all user recordings/recording:write:admin
    – View sub account’s report data/report:master
    – View report data/report:read:admin
    – View your chat history report/report_chat:read:admin
    – View and manage sub account’s user information/user:master
    – View all user information/user:read:admin
    – View users information and manage users/user:write:admin
    – View and manage sub account’s user webinars/webinar:master
    – View all user Webinars/webinar:read:admin
    – View and manage all user Webinars/webinar:write:admin

    If incase this also does not work – please let me know here.

    Thread Starter robnguyen

    (@robnguyen)

    Thank you for your reply!

    Now the issue is that they can’t join the meeting. You will get a error “Invalid parameter”

    On this page I embeded the shortcode.
    https://videobird.nl/nl/localtest/

    Plugin Contributor digamberpradhan

    (@digamberpradhan)

    Hi @robnguyen ,

    I looked at your page, and this error is usually caused when the SDK app is not properly setup. Please go through https://zoom.codemanas.com/setup/#setup-app-sdk-credentials

    And make sure that the correct SDK app key is added.

    Plugin Contributor digamberpradhan

    (@digamberpradhan)

    Hi @robnguyen ,

    I’m following up on this – were you able to solve the problem ?

    Thread Starter robnguyen

    (@robnguyen)

    Hi @digamberpradhan,

    Thank you for your help.

    The issue is solved.

    Is there a way to remove the browser info before you sign up to the meeting?

    Plugin Author Deepen

    (@j_3rk)

    @robnguyen
    Please add below filter to your child theme functions.php file in order to remove browser info below join via browser.

    add_filter('vczapi_api_bypass_notice', '__return_true');

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Invalid token’ is closed to new replies.