-
Notifications
You must be signed in to change notification settings - Fork 14
Description
We recently added pCloud to our system using your Java SDK, which has been very helpful. However, we would like to display thumbnail links in our component (screenshot attached as an attachment).
The issue we’re encountering is that we cannot retrieve thumbnail data from the SDK directly. We need to request information for each file individually to access thumbnail data. According to this documentation, metadata includes thumbnail information, but it isn’t accessible through the RemoteEntry class provided by the SDK.
It appears that other pCloud SDKs, such as JavaScript and Swift, have thumbnail information readily available, unlike the Java SDK. Could there be any updates planned for the Java SDK to include thumbnail data? Or should we consider writing our own requests to obtain file and thumbnail information directly from pCloud?
