<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic API v2 Shared Link - unique identifier length in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-Shared-Link-unique-identifier-length/m-p/189347#M8107</link>
    <description>&lt;P&gt;When obtaining a shared link via an API call, the unique ID that is returned as part of the shared link URL is 15 characters, based on my initial experimentation. Is that a fixed length?&lt;/P&gt;
&lt;P&gt;I am trying to parse out that unique ID, and the easiest way in VBA is simply to extract so many characters out of the req.responsetext. If it could change somewhat randomly, then I need to look at a more complex handling of JSON messaging.&lt;/P&gt;
&lt;P&gt;I did not find anything in the documentation, but I may not be looking for the right keyword.&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:30:02 GMT</pubDate>
    <dc:creator>Bob D.20</dc:creator>
    <dc:date>2019-05-29T09:30:02Z</dc:date>
    <item>
      <title>API v2 Shared Link - unique identifier length</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-Shared-Link-unique-identifier-length/m-p/189347#M8107</link>
      <description>&lt;P&gt;When obtaining a shared link via an API call, the unique ID that is returned as part of the shared link URL is 15 characters, based on my initial experimentation. Is that a fixed length?&lt;/P&gt;
&lt;P&gt;I am trying to parse out that unique ID, and the easiest way in VBA is simply to extract so many characters out of the req.responsetext. If it could change somewhat randomly, then I need to look at a more complex handling of JSON messaging.&lt;/P&gt;
&lt;P&gt;I did not find anything in the documentation, but I may not be looking for the right keyword.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:30:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-Shared-Link-unique-identifier-length/m-p/189347#M8107</guid>
      <dc:creator>Bob D.20</dc:creator>
      <dc:date>2019-05-29T09:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: API v2 Shared Link - unique identifier length</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-Shared-Link-unique-identifier-length/m-p/189348#M8108</link>
      <description>&lt;P&gt;Hi Bob, the length of the token in shared links isn't guaranteed, so I don't&amp;nbsp;recommend relying on it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might be slightly better off parsing the URL itself (e.g., using something like Python's urlparse) and grabbing the path component with the token. However,&amp;nbsp;the link format itself also isn't guaranteed, so I can't make any promises on that either.&lt;/P&gt;
&lt;P&gt;The API only guarantees that it will return JSON containing a string of the shared link URL, so the only&amp;nbsp;safe thing to do is actually parse the JSON and take the URL string.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 04:53:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-Shared-Link-unique-identifier-length/m-p/189348#M8108</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-09-15T04:53:46Z</dc:date>
    </item>
  </channel>
</rss>

