View Single Post
Old 07-19-2022, 11:20 PM   #6
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 47,076
Karma: 169815798
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
I tend to agree with @ownedbycats. When you download a DRMmed epub, Kobo sends you an urllink.acsm file. If you are using Windows, do you have show extensions for known file types enabled? You can try to open it with Adobe Digital Editions or using the DeACSM plugin for calibre.

When you open the file in a text editor, does it look somewhat like the text in the code box below?

Code:
<fulfillmentToken fulfillmentType="buy" auth="user" xmlns="http://ns.adobe.com/adept">
  <distributor>urn:uuid:<content deleted></distributor>
  <operatorURL><content deleted></operatorURL>
  <transaction><content deleted></transaction>
  <purchase><content deleted></purchase>
  <expiration><content deleted></expiration>
  <resourceItemInfo>
    <resource>urn:uuid:<content deleted></resource>
    <resourceItem>0</resourceItem>
    <metadata>
      <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">The Way of Coyote: Shared Journeys in the Urban Wilds</dc:title>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gavin Van Horn</dc:creator>
      <dc:publisher xmlns:dc="http://purl.org/dc/elements/1.1/">University of Chicago Press</dc:publisher>
      <dc:identifier xmlns:dc="http://purl.org/dc/elements/1.1/">web:9780226441610</dc:identifier>
      <dc:format xmlns:dc="http://purl.org/dc/elements/1.1/">application/epub+zip</dc:format>
      <dc:language xmlns:dc="http://purl.org/dc/elements/1.1/">en-US</dc:language>
      <thumbnailURL>https://www.bibliovault.org/thumbs/978-0-226-44158-0-thumb.jpg</thumbnailURL>
    </metadata>
    <licenseToken>
      <resource>urn:uuid:<content deleted></resource>
      <permissions>
        <display/>
        <excerpt/>
        <print/>
        <play/>
      </permissions>
    </licenseToken>
  </resourceItemInfo>
  <hmac><content deleted></hmac>
</fulfillmentToken>
DNSB is offline   Reply With Quote