Closed josephmturner closed 1 year ago
In v8.6.1, the link header included the appended path:
v8.6.1
const canonical = `hyper://${archive.key.toString('hex')}${path || ''}` responseHeaders.Link = `<${canonical}>; rel="canonical"
Now, in v9.0.2, no path is appended. Only drive.core.url is returned.
v9.0.2
drive.core.url
Fixed in 9.0.3
In
v8.6.1
, the link header included the appended path:Now, in
v9.0.2
, no path is appended. Onlydrive.core.url
is returned.