You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
The Upload Chunk Function in autodesk/forge-client/lib/Api/ObjectsAPI.php:1097 claims the body is SplFileObject where it's actually expecting a string.
Also there is an error with the Regex at autodesk/forge-client/lib/Api/ObjectsApi.php:1147
The forward slash between the range and size is not correctly escaped it should look like
"/^bytes [0-9]+\\-[0-9]+\\/[0-9]+$/"
The text was updated successfully, but these errors were encountered:
The Upload Chunk Function in autodesk/forge-client/lib/Api/ObjectsAPI.php:1097 claims the body is SplFileObject where it's actually expecting a string.
Also there is an error with the Regex at autodesk/forge-client/lib/Api/ObjectsApi.php:1147
The forward slash between the range and size is not correctly escaped it should look like
"/^bytes [0-9]+\\-[0-9]+\\/[0-9]+$/"
The text was updated successfully, but these errors were encountered: