Probably I cannot trigger to download exported view by using the download URL link in java SDK . I always download an exported view file by paste download URL into browser, and I'm also achieve objective by clicking send and download in postman application. I'm using client credential for the process.
Hi,
Using a download link from the API is outside the scope of our SDKs. Many tutorials are available on the internet for downloading items from a URL in Java.
Ok, thankyou. Solution has been solved by using java OKHTTP code to download the file.
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.