400ExceedThresholdThe number of operation cannot exceed value.升级操作中的文件个数超阈值。400GetUpgradeStatusFailedFailed to get upgrade status. Please check the network, service, etc, then try again.无法获取到升级状态,请检查网络连接或者服务状态后重试。
5、执行命令,初始化您的项目: go mod init ctyun_lts_go_sdk 6、接着执行命令: go mod tidy 7、进入example目录下,运行sample_putlogs.go示例 go run sample_putlogs.go 8、或者进入example目录下,构建您的go项目,执行命令,以生成二进制文件。