Signbank / Global-signbank

An online sign dictionary and sign database management system for research purposes. Developed originally by Steve Cassidy/ This repo is a fork for the Dutch version, previously called 'NGT-Signbank'.
http://signbank.cls.ru.nl
BSD 3-Clause "New" or "Revised" License
19 stars 12 forks source link

BUG: {"error": "Upload zip archive: The folder API_VIDEO_ARCHIVES is missing."} #1384

Closed rem0g closed 2 days ago

rem0g commented 2 days ago

When uploading new video's i am getitng:

{"error": "Upload zip archive: The folder API_VIDEO_ARCHIVES is missing."}

susanodd commented 2 days ago

Yes, I just fixed that.

I modified the url to be a POST request, as requested. It's documented in Swagger.

rem0g commented 2 days ago

What url? My script is using: "https://signbank.cls.ru.nl/dictionary/upload_zipped_videos_folder_json" and "https://signbank.cls.ru.nl/dictionary/upload_videos_to_glosses/5/"

Can I use /dictionary/api_update_gloss/{glossid}/video now?

Thanks!

Gomer

susanodd commented 2 days ago

What url? My script is using: "https://signbank.cls.ru.nl/dictionary/upload_zipped_videos_folder_json" and "https://signbank.cls.ru.nl/dictionary/upload_videos_to_glosses/5/"

The upload one is now POST instead, so the file does not need to be in the url.

Can I use /dictionary/api_update_gloss/{glossid}/video now?

YES!!!

Thanks!

Gomer

rem0g commented 2 days ago

It's working. Thanks!