Hi all, I'm trying to integrate my software pipeline with dropbox. I've written this bash script that should be able to use the upload session based on the api doc and upload the files but I think I'm doing something wrong with the chunking logic. Here is my code https://github.com/thedefaultman/dropbox-large-file-uploader
This is the error I get on github actions side of things.
{"error_summary": "lookup_failed/incorrect_offset/..", "error": {".tag": "lookup_failed", "lookup_failed": {".tag": "incorrect_offset", "correct_offset": 0}}}
Cheers,