Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync is not working without #32

Open
rogervanwile opened this issue Oct 23, 2024 · 0 comments
Open

Sync is not working without #32

rogervanwile opened this issue Oct 23, 2024 · 0 comments

Comments

@rogervanwile
Copy link
Contributor

The scheduler throws an error if the checkbox “Delete file, if the file does not exist in the mediaspace” is not activated and a file is deleted in the mediaspace.

Client error: `GET https://....px.media/gobackend/files?pageSize=20&page=1&responseFields=%5B%22metadataFields%22%2C%22id%22%2C%22subject%22%2C%22description%22%2C%22originalFileURL%22%2C%22previewFileURL%22%2C%22location%22%2C%22keywords%22%2C%22rating%22%2C%22createDate%22%2C%22modifyDate%22%2C%22colorspace%22%2C%22creator%22%5D&filter=%7B%22filterType%22%3A%22files%22%2C%22fileIDs%22%3A%5B1154963483%5D%7D` resulted in a `404 Not Found` response: {"success":false,"errorGroup":"unknown","errorcode":2454,"errormessage":"The specified file ID does not exist."}

Before querying the file, a check must be made to see whether the files still exist. The filesCheckExistence API must be used for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant