aliyun-UED/aliyun-sdk-js

putlogs报错

javaxiu opened this issue · 1 comments

  message:
   '{"errorCode":"ParameterInvalid","errorMessage":"http extend authorization : LOG :hB1c8w5SID2G/z3Fh778sKxPPdQ= pair is invalid"}\n',
  errorCode: 'ParameterInvalid',
  errorMessage:
   'http extend authorization : LOG :hB1c8w5SID2G/z3Fh778sKxPPdQ= pair is invalid',
  request_id: '5C0E240BECABE0BA95559023',
  code: 400,
  headers:
   { server: 'nginx',
     'content-type': 'application/json',
     'content-length': '128',
     connection: 'close',
     'access-control-allow-origin': '*',
     date: 'Mon, 10 Dec 2018 08:30:03 GMT',
     'x-log-requestid': '5C0E240BECABE0BA95559023' },
  time: 2018-12-10T08:30:03.822Z,
  statusCode: 400,
  retryable: false }

/example/sls/PutLogs.js测试文件修改了projectName/logStoreName后node PutLogs.js 就报上述错误。是否是接口协议已经变了,代码未更新导致?

老哥你解决了么?