<?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 Re: Get files link using excel vba in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-files-link-using-excel-vba/m-p/255875#M14809</link>
    <description>&lt;P&gt;Thanks a lot for reply&lt;/P&gt;&lt;P&gt;So there is no way using API to do such tasks .. or even similar tasks&lt;/P&gt;&lt;P&gt;I need the technique of using API in excel VBA .. May be I can finish it up if I have start point&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Dec 2017 16:29:07 GMT</pubDate>
    <dc:creator>YasserKhalil</dc:creator>
    <dc:date>2017-12-08T16:29:07Z</dc:date>
    <item>
      <title>Get files link using excel vba</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-files-link-using-excel-vba/m-p/255855#M14803</link>
      <description>&lt;P&gt;Hello everyone&lt;/P&gt;&lt;P&gt;I am seeking for a VBA code to get the links of the files and folders in the dropbox&amp;nbsp;&lt;/P&gt;&lt;P&gt;After doing some searches I have found myself in API solution but have no idea how to do that&lt;/P&gt;&lt;P&gt;Can you guide me please?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:16:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-files-link-using-excel-vba/m-p/255855#M14803</guid>
      <dc:creator>YasserKhalil</dc:creator>
      <dc:date>2019-05-29T09:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Get files link using excel vba</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-files-link-using-excel-vba/m-p/255873#M14808</link>
      <description>&lt;P&gt;We don't have any resources for VBA in particular unfortunately.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In general, we&amp;nbsp;recommend developers use one of &lt;A href="https://www.dropbox.com/developers/documentation" target="_self"&gt;the official SDKs&lt;/A&gt;, if possible, or if not, one of &lt;A href="https://www.dropbox.com/developers/documentation/communitysdks" target="_self"&gt;the community SDKs&lt;/A&gt;, or call &lt;A href="https://www.dropbox.com/developers/documentation/http/overview" target="_self"&gt;the HTTPS endpoints&lt;/A&gt; directly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, to create a shared link for any file or folder, you would use the &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings" target="_self"&gt;/2/sharing/create_shared_link_with_settings&lt;/A&gt;&amp;nbsp;endpoint. If a shared link already exists, you would use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links" target="_self"&gt;/2/sharing/list_shared_links&lt;/A&gt;&amp;nbsp;to retrieve it.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2017 16:25:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-files-link-using-excel-vba/m-p/255873#M14808</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-12-08T16:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Get files link using excel vba</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-files-link-using-excel-vba/m-p/255875#M14809</link>
      <description>&lt;P&gt;Thanks a lot for reply&lt;/P&gt;&lt;P&gt;So there is no way using API to do such tasks .. or even similar tasks&lt;/P&gt;&lt;P&gt;I need the technique of using API in excel VBA .. May be I can finish it up if I have start point&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2017 16:29:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-files-link-using-excel-vba/m-p/255875#M14809</guid>
      <dc:creator>YasserKhalil</dc:creator>
      <dc:date>2017-12-08T16:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Get files link using excel vba</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-files-link-using-excel-vba/m-p/255879#M14812</link>
      <description>The API does offer the ability to create and retrieve shared links for files and folders, using the endpoints I linked to in my previous reply. &lt;BR /&gt;&lt;BR /&gt;Please try using those and let us know if you run in to any issues.</description>
      <pubDate>Fri, 08 Dec 2017 16:32:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-files-link-using-excel-vba/m-p/255879#M14812</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-12-08T16:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Get files link using excel vba</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-files-link-using-excel-vba/m-p/255880#M14813</link>
      <description>&lt;P&gt;In fact I already have&amp;nbsp; a look at those links and tried to make use of it but I couldn't at all&lt;/P&gt;&lt;P&gt;If you can help me with that, I would appreciate that a lot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Give me code example of how to use API in the excel VBA .. and I will try to study it to make use of it&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2017 16:35:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-files-link-using-excel-vba/m-p/255880#M14813</guid>
      <dc:creator>YasserKhalil</dc:creator>
      <dc:date>2017-12-08T16:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Get files link using excel vba</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-files-link-using-excel-vba/m-p/255882#M14815</link>
      <description>I don't have a sample for VBA unfortunately. If you can't use an SDK/library, I recommend translating the curl examples in the documentation for whatever HTTP client you can use in your app.</description>
      <pubDate>Fri, 08 Dec 2017 16:40:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-files-link-using-excel-vba/m-p/255882#M14815</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-12-08T16:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Get files link using excel vba</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-files-link-using-excel-vba/m-p/255883#M14816</link>
      <description>&lt;P&gt;Thanks a lot anyway for your response .. I will try and if I could reach a solution I will post it here&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2017 16:41:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-files-link-using-excel-vba/m-p/255883#M14816</guid>
      <dc:creator>YasserKhalil</dc:creator>
      <dc:date>2017-12-08T16:41:45Z</dc:date>
    </item>
  </channel>
</rss>

