The problem isn't the upload file from URL, it is the create report step. It doesn't generate the report due to the missing token and causes the Upload file from URL to fail since there is no file to upload. When I pull up the raw output, this is what it says:
{
"statusCode": 200,
"headers": {
"Vary": "Origin,Accept-Encoding",
"X-Frame-Options": "SAMEORIGIN",
"Strict-Transport-Security": "max-age=63072000; includeSubdomains; preload",
"X-Cache": "Miss from cloudfront",
"X-Amz-Cf-Pop": "DFW56-P1",
"X-Amz-Cf-Id": "Jo1GzdsXyLwoO__lWIXWWj6MlMyvx2EYcpgs0R0Vgxo0gi8Ufi4tLg==",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "false",
"x-ms-apihub-obo": "false",
"Date": "Mon, 17 Apr 2023 21:55:22 GMT",
"ETag": "W/\"5b-Mp2PQ3TXpicAGnrU8UOXH5yC4vQ\"",
"Via": "1.1 2685f5b632da4ffa2ee376ec1418d378.cloudfront.net (CloudFront)",
"Content-Length": "91",
"Content-Type": "application/json"
},
"body": {
"error": {
"message": "Missing required parameters: \"token\"",
"code": "001"
},
"success": false
}
}
I originally thought it was because of my organization's login credentials expiring and that I needed to refresh my connections every week. This seemed to have worked for a few weeks, but started happening again. So that theory went out the window. Please help. Thank you.
Bill