Skip to main content
Question

The API returned an error code [404 | z3s63bgu2g25ans1.0e4830fa3a27620edff9b15bd31497ef7] not_found - Not Found

  • May 22, 2025
  • 2 replies
  • 28 views

Forum|alt.badge.img
Reader reader = new FileReader("D:\\config.json"); 
BoxConfig config = BoxConfig.readFrom(reader);
BoxDeveloperEditionAPIConnection api= BoxDeveloperEditionAPIConnection.getAppEnterpriseConnection(config);
BoxFile 文件 = new BoxFile(api, "854685679395");

API 返回错误代码 [404 | z3s63bgu2g25ans1.0e4830fa3a27620edff9b15bd31497ef7] not_found - 未找到

2 replies

Forum|alt.badge.img

Please use the get current user endpoint to confirm what user is associated with your access token. This error indicates that this user does not have access to file ID 854685679395. 


Forum|alt.badge.img

The response the current user is recieved, but still the 404 error is found, Please let me know is there access is still there ?