Skip to content

Failure to upload files: "Invalid import ID" from polling for status #123

Open
@gediminasmorkys

Description

I am using https://github.com/Bynder/bynder-java-sdk/blob/master/src/main/java/com/bynder/sdk/service/upload/FileUploader.java#L70 to upload files to Bynder.

I have been successfully uploading files with release 2.2.20 for three months until 2024-03-16 00:51:00 EET.

Since then, without changing the release version of this library, whenever I try to upload a file to Bynder, I get the following result:

I have been advised to create this ticket here, so Bynder support can reference it.

To be honest, this feels way more of a Bynder's backend issue than the library's inner workings.

But maybe you can confirm that the library still works for uploading files?

Edit1: seems that small files that do not require chunking are uploaded just fine.
Edit2: it looks like the conversion process in Bynder's backend could take longer than the longest possible polling process in this library. I don't really know if Bynder's backend has a timeout on "finalize upload" activities. But if it does, it would make sense to tie the polling to that timeout, and instead of "Invalid import ID" the error message could communicate the cause of this issue better.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions