Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
The spec for the response should look like:
{ status: "complete", url: "http://localhost:8080/library/'bookName'/export/pdf/type1"}
However, the following is currently being returned.
{"status": "complete", "downloadSRC": "/library/book/images/pdf/Decapod.pdf"}
Notice that the key for the url should be "url" instead of "downloadSRC". Also, the url is relative instead of a full path.