We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sign invalid
The following api request works fine:
res = openapi.get('/v1.0/iot-03/devices/{}/status'.format(DEVICE_ID))
However, when I request for device logs it returns sign invalid.
res = openapi.get("/v1.0/iot-03/devices/{}/logs?end_time=9999999999999&start_time=0&event_types=1".format(DEVICE_ID))
This is confusing. How to fix this problem?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following api request works fine:
However, when I request for device logs it returns
sign invalid
.This is confusing. How to fix this problem?
The text was updated successfully, but these errors were encountered: