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
Since the response to these transform calls is handled in CommonMixin::handleResponseCreateFilelink
It tries to run the code and fails on this line $url = $json_response['url']; Since the response doesn't have a url property.
It doesn't seem that there is any code handling this kind of requests even when in the docs it mentions this option docinfo is available through this convertFile function.
Expected Result: It should handle the response and expose the result either as a property in FileLink or in a new class.
Edit: typos
The text was updated successfully, but these errors were encountered:
Trying to get the numpages of a pdf file by using the following is not working.
The response from this call returns this:
Since the response to these transform calls is handled in
CommonMixin::handleResponseCreateFilelink
It tries to run the code and fails on this line
$url = $json_response['url'];
Since the response doesn't have a url property.It doesn't seem that there is any code handling this kind of requests even when in the docs it mentions this option
docinfo
is available through thisconvertFile
function.Expected Result: It should handle the response and expose the result either as a property in FileLink or in a new class.
Edit: typos
The text was updated successfully, but these errors were encountered: