nextcloud-node-client
nextcloud-node-client copied to clipboard
Image Preview Link
Hey great package! I've been playing around with this and was wondering is there is anyway to get the preview link for image files?
Thanks.
- perview link is only available for images
- texts or pdf show the original text
PROPFIND
- need to support "nc:has-preview"
- <nc:has-preview>false/true</nc:has-preview>
- url: .../index.php/core/preview?fileId=(:file id)&x=(:width)&y=(:height)
determine with and height
- determining the height and width would be beneficial
- with and height are not returned in response header with HEAD request
proposal
- API: NCFile.getPreviewUrl(width?:number,height?:number): string | null returns the url if possible
- API: NCFile.hasPreview(): boolean