box.com节点客户端 - 无法访问协作者创建的文件

时间:2016-10-21 15:38:10

标签: node.js box

  1. 我是box.com文件的共同所有者。
  2. 我的老板是老板。
  3. 我正在使用https://www.npmjs.com/package/box-node-sdk来管理文件
  4. 节点客户端拥有我的老板的企业凭证
  5. 他制作了一个文件夹
  6. 我制作了其他几个兄弟文件夹
  7. 我可以挽回他的
  8. 我无法撤退我的
  9. 我们都被列为所有文件的协作者
  10. 我得到的错误如下:

    {
      "statusCode": 404,
      "response": {
        "statusCode": 404,
        "body": {
          "type": "error",
          "status": 404,
          "code": "not_found",
          "context_info": {
            "errors": [
              {
                "reason": "invalid_parameter",
                "name": "item",
                "message": "Invalid value 'd_11786923812'. 'item' with value 'd_11786923812' not found"
              }
            ]
          },
          "help_url": "http://developers.box.com/docs/#errors",
          "message": "Not Found",
          "request_id": "338009555580a32f872f7c"
        },
        "headers": {
          "server": "ATS",
          "date": "Fri, 21 Oct 2016 15:23:36 GMT",
          "content-type": "application/json",
          "content-length": "324",
          "cache-control": "no-cache, no-store",
          "strict-transport-security": "max-age=31536000; includeSubDomains",
          "vary": "Accept-Encoding",
          "age": "0",
          "connection": "keep-alive"
        },
        "request": {
          "uri": {
            "protocol": "https:",
            "slashes": true,
            "auth": null,
            "host": "api.box.com",
            "port": 443,
            "hostname": "api.box.com",
            "hash": null,
            "search": null,
            "query": null,
            "pathname": "/2.0/folders/11786923812",
            "path": "/2.0/folders/11786923812",
            "href": "https://api.box.com/2.0/folders/11786923812"
          },
          "method": "GET",
          "headers": {
            "User-Agent": "Box Node.js SDK v1.1.0",
            "Authorization": "[REMOVED BY SDK]",
            "accept": "application/json"
          }
        }
      }
    }
    
    编辑:所以,我可以获得文件夹0而且它不在我看的地方但是我之前检查过并添加了一个文件,我以为我在寻找它确实出现了,所以我猜我的老板必须创建文件......

0 个答案:

没有答案