nextcloud-node-client icon indicating copy to clipboard operation
nextcloud-node-client copied to clipboard

Image Preview Link

Open odesey opened this issue 6 years ago • 1 comments

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.

odesey avatar Apr 01 '19 03:04 odesey

  • 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

hobigo avatar Apr 01 '19 08:04 hobigo