新しいBoxサポートサイトへようこそ。 変更点の詳細はこちらをご確認ください .

generated access_token is invalid

回答済み
新規投稿

コメント

1件のコメント

  • 正式なコメント
    Kourtney

    Your developer token is associated with the email address of the user logged into the developer console when the token is generated. However, I suspect you are using JWT authentication and the default token used is associated with the app's service account. Therefore, this user does not own/collaborate to the content you're trying to call hence the 404 not found. To resolve this, you will either need to: 

    1. collaborate the AutomationUser (service account) onto the content

    2. obtain a token for your email address (via sub claim of JWT assertion

    コメントアクション パーマリンク

サインインしてコメントを残してください。