I am getting a 404 failedUpload error.
My activity and work item are all consistent with local names, and are created correctly and working.
My bucket exists and I can upload files to it and delete them. Token is correct
The plugin works locally and outputs the output.json with the expected data and the plugin_log.txt.
I am logging the contents of the working folder, and all the files are there
Command: (command "EXTRACTLAYERS")
[02/22/2025 01:10:12] EXTRACTLAYERS
[02/22/2025 01:10:16] Working folder: C:\DARoot\Jobs\b3f8456b813c44c7963e09d5285e5bf0
[02/22/2025 01:10:33] Output file should now be present at: C:\DARoot\Jobs\b3f8456b813c44c7963e09d5285e5bf0\output.json
[02/22/2025 01:10:33] Final working folder contents:
[02/22/2025 01:10:33] - b3f8456b813c44c7963e09d5285e5bf0.log (4172 bytes)
[02/22/2025 01:10:33] - b3f8456b813c44c7963e09d5285e5bf0_Job.das (1340 bytes)
[02/22/2025 01:10:33] - input.dwg (30369815 bytes)
[02/22/2025 01:10:33] - output.json (78187 bytes)
[02/22/2025 01:10:33] - plugin_log.txt (3197 bytes)
[02/22/2025 01:10:33] - setting_script.scr (29 bytes)
Then this happens
End script phase.
[02/22/2025 01:10:34] Start upload phase.
[02/22/2025 01:10:34] Uploading 'C:\DARoot\Jobs\b3f8456b813c44c7963e09d5285e5bf0\output.json': verb - 'Put', url - 'https://developer.api.autodesk.com/oss/v2/buckets/aps_bucket/objects/output.json/signeds3upload'
[02/22/2025 01:10:34] Uploading 'C:\DARoot\Jobs\b3f8456b813c44c7963e09d5285e5bf0\plugin_log.txt': verb - 'Put', url - 'https://developer.api.autodesk.com/oss/v2/buckets/aps_bucket/objects/plugin_log.txt/signeds3upload'
[02/22/2025 01:10:35] Error: Failed - 404 (Not Found)
I have tried delays in the plugin to see if it was a timing issue. but get the same results or if it is too much of a delay it doesn’t run correctly and throws a failedInstructions error.
Anyone experience this issue before?
I am uploading a dwg to the APS DA API, and I expect to receive a json file or data back. The file size should not be more that I would assume 500KB or at the highest a MB. Locally this operation is about 30 seconds.