Hi,
I had OTA for CC3200 devices working using DropBox api without any mayor issues. Today, when I tried to update a device, the process failed with error code -7 (RUN_STAT_ERROR_DOWNLOAD_SAVE).
Does anyone know if any changes were made to the DropBox api that would generate this error? Below this text are the definitions that the code developed using the CC3200 OTA documentation uses.
#define OTA_SERVER_NAME "api.dropbox.com" #define OTA_SERVER_IP_ADDRESS 0x00000000 #define OTA_SERVER_SECURED 1 #define OTA_SERVER_REST_UPDATE_CHK "/1/metadata/auto/" // returns files/folder list #define OTA_SERVER_REST_RSRC_METADATA "/1/media/auto" // returns A url that serves the media directly #define OTA_SERVER_REST_HDR "Authorization: Bearer " #define OTA_SERVER_REST_HDR_VAL XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX #define LOG_SERVER_NAME "api-content.dropbox.com" #define OTA_SERVER_REST_FILES_PUT "/1/files_put/auto/" #define OTA_VENDOR_STRING "Vid01_Pid32_Ver30"
Regards,
Marco.