GCP IoT Error on sending new device configuration: “Error 413 (Request Entity Too Large)!!”
问题 I'm trying to send my GCP IoT device a new configuration. The Base64-encoded binary string is approximately 15k bytes in length. GCP IoT device config size limit is 64k according to the docs. But I'm still getting a 413 (request entity too large) error. What am I doing wrong? 15k seems incredibly tiny to be producing such an error. Thanks for any help. Here's the JavaScript code that sends the config data: sendDeviceConfig(deviceId, configPayload) { const parentName = `projects/${this