<?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 dropbox link with code in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-dropbox-link-with-code/m-p/624002#M28837</link>
    <description>&lt;P&gt;Yes, you can upload files to Dropbox using the Dropbox API &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload" target="_blank"&gt;/2/files/upload&lt;/A&gt; endpoint (or see that documentation for information on large files) and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings" target="_blank"&gt;/2/sharing/create_shared_link_with_settings&lt;/A&gt; to create shared links. The documentation linked there has example code for calling these endpoints using curl in the shell. You can also use the API v2 Explorer to prototype and test these calls, as well as see the corresponding example code, such as &lt;A href="https://dropbox.github.io/dropbox-api-v2-explorer/#files_upload" target="_blank"&gt;for /2/files/upload&lt;/A&gt; and &lt;A href="https://dropbox.github.io/dropbox-api-v2-explorer/#sharing_create_shared_link_with_settings" target="_blank"&gt;for /2/sharing/create_shared_link_with_settings&lt;/A&gt;. (Click "Show Code" to see the code.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Those are links to the documentation for the HTTPS endpoints themselves, but we recommend using one of &lt;A href="https://www.dropbox.com/developers/documentation#sdks" target="_blank"&gt;the official SDKs&lt;/A&gt; if possible. Those have corresponding native methods for the HTTPS endpoints. For example, &lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox_client.Dropbox.files_upload" target="_blank"&gt;files_upload&lt;/A&gt; and &lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox_client.Dropbox.sharing_create_shared_link_with_settings" target="_blank"&gt;sharing_create_shared_link_with_settings&lt;/A&gt; in &lt;A href="https://github.com/dropbox/dropbox-sdk-python" target="_blank"&gt;the Python SDK&lt;/A&gt;, and &lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesUpload__anchor" target="_blank"&gt;filesUpload&lt;/A&gt; and &lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#sharingCreateSharedLinkWithSettings__anchor" target="_blank"&gt;sharingCreateSharedLinkWithSettings&lt;/A&gt; in &lt;A href="https://github.com/dropbox/dropbox-sdk-js" target="_blank"&gt;the JavaScript SDK.&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Sep 2022 13:07:21 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2022-09-21T13:07:21Z</dc:date>
    <item>
      <title>get dropbox link with code</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-dropbox-link-with-code/m-p/623926#M28834</link>
      <description>&lt;P&gt;Can I upload my file to dropbox some loacation and get the&amp;nbsp; dropbox link to share?&lt;/P&gt;
&lt;P&gt;All the step are doing by code&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;do you have the code?&lt;/P&gt;
&lt;P&gt;(python?&amp;nbsp; javascript ?&amp;nbsp; shell ?)&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 22:13:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-dropbox-link-with-code/m-p/623926#M28834</guid>
      <dc:creator>alicera</dc:creator>
      <dc:date>2022-09-21T22:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: get dropbox link with code</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-dropbox-link-with-code/m-p/624002#M28837</link>
      <description>&lt;P&gt;Yes, you can upload files to Dropbox using the Dropbox API &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload" target="_blank"&gt;/2/files/upload&lt;/A&gt; endpoint (or see that documentation for information on large files) and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings" target="_blank"&gt;/2/sharing/create_shared_link_with_settings&lt;/A&gt; to create shared links. The documentation linked there has example code for calling these endpoints using curl in the shell. You can also use the API v2 Explorer to prototype and test these calls, as well as see the corresponding example code, such as &lt;A href="https://dropbox.github.io/dropbox-api-v2-explorer/#files_upload" target="_blank"&gt;for /2/files/upload&lt;/A&gt; and &lt;A href="https://dropbox.github.io/dropbox-api-v2-explorer/#sharing_create_shared_link_with_settings" target="_blank"&gt;for /2/sharing/create_shared_link_with_settings&lt;/A&gt;. (Click "Show Code" to see the code.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Those are links to the documentation for the HTTPS endpoints themselves, but we recommend using one of &lt;A href="https://www.dropbox.com/developers/documentation#sdks" target="_blank"&gt;the official SDKs&lt;/A&gt; if possible. Those have corresponding native methods for the HTTPS endpoints. For example, &lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox_client.Dropbox.files_upload" target="_blank"&gt;files_upload&lt;/A&gt; and &lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox_client.Dropbox.sharing_create_shared_link_with_settings" target="_blank"&gt;sharing_create_shared_link_with_settings&lt;/A&gt; in &lt;A href="https://github.com/dropbox/dropbox-sdk-python" target="_blank"&gt;the Python SDK&lt;/A&gt;, and &lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesUpload__anchor" target="_blank"&gt;filesUpload&lt;/A&gt; and &lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#sharingCreateSharedLinkWithSettings__anchor" target="_blank"&gt;sharingCreateSharedLinkWithSettings&lt;/A&gt; in &lt;A href="https://github.com/dropbox/dropbox-sdk-js" target="_blank"&gt;the JavaScript SDK.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 13:07:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-dropbox-link-with-code/m-p/624002#M28837</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-09-21T13:07:21Z</dc:date>
    </item>
  </channel>
</rss>

