<?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: Using save_url w/out specifying folder name in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-save-url-w-out-specifying-folder-name/m-p/183454#M7631</link>
    <description>&lt;P&gt;Thanks for the additional information Larry. We're looking into it and I'll follow up here once I have an update for you.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Aug 2016 05:54:56 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2016-08-16T05:54:56Z</dc:date>
    <item>
      <title>Using save_url w/out specifying folder name</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-save-url-w-out-specifying-folder-name/m-p/183451#M7628</link>
      <description>&lt;P&gt;Is there an equivalent to .../1/save_url/auto in v2? &amp;nbsp;I noticed that when using the v2 save_url, I have to specify the default folder name whereas in v1, I could just use auto. &amp;nbsp;Please advise.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:30:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-save-url-w-out-specifying-folder-name/m-p/183451#M7628</guid>
      <dc:creator>Getty I.</dc:creator>
      <dc:date>2019-05-29T09:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using save_url w/out specifying folder name</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-save-url-w-out-specifying-folder-name/m-p/183452#M7629</link>
      <description>&lt;P&gt;The equivalent of API v1's &lt;A href="https://www.dropbox.com/developers-v1/core/docs#save-url" target="_blank" rel="nofollow noreferrer"&gt;/1/save_url&lt;/A&gt;&amp;nbsp;in API v2 is&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-save_url" target="_blank" rel="nofollow noreferrer"&gt;/2/files/save_url&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Both of those endpoints do require that the app specify the destination path for the file, in the "path" parameter.&lt;/P&gt;
&lt;P&gt;The "auto" value from v1 was used in the "root" parameter, which identified the access type of your app ("sandbox" or "dropbox"), or let the API detect it for you ("auto"). The root parameter is not necessary for API v2, which will always use the "auto" behavior for you.&lt;/P&gt;
&lt;P&gt;So, when using API v2's /save_url, if you just supply the filename and extension, e.g. "/filename.ext", it will be placed in the app's root, either full&amp;nbsp;Dropbox or an app folder depending on the permission, like it would in API v1 when you specified "auto".&lt;/P&gt;
&lt;P&gt;If the endpoint isn't working as expected of course, please share some code and output showing whatever issue you're running in to and we'll be happy to help.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 04:26:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-save-url-w-out-specifying-folder-name/m-p/183452#M7629</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-08-16T04:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using save_url w/out specifying folder name</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-save-url-w-out-specifying-folder-name/m-p/183453#M7630</link>
      <description>&lt;P&gt;Thank you Gregory. I am having some issues in regards to where the API is reading and writing to when I leave out the folder name.&lt;BR /&gt; &lt;BR /&gt;For example, &amp;nbsp;I have an app whose App Name is My App. The access type says "This app has read/write access only to files inside it's folder".&lt;BR /&gt;If I use save_url (&lt;A href="https://api.dropboxapi.com/2/files/save_url" rel="nofollow noreferrer"&gt;https://api.dropboxapi.com/2/files/save_url&lt;/A&gt; ) &amp;nbsp;and I only specify the file name (for example myfile.txt), the file gets written to Dropbox and not Dropbox-&amp;gt;Apps-&amp;gt;My App.&lt;/P&gt;
&lt;P&gt;A related issue is as follows: If I do specify the folder name in save_url (/My App/myfile.txt), the file is saved to that folder (Dropbox-&amp;gt;Apps-&amp;gt;My App). &lt;BR /&gt;However, when I specify /MyFolder/myfile.txt when running get_metadata, I get a Httpstatuscode of 409. If I only request /myfile.txt (excluding the foldername), get_metadata will find the file. &amp;nbsp;Please help me understand how I should be able to write a file and check for that file. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;Larry&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 05:01:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-save-url-w-out-specifying-folder-name/m-p/183453#M7630</guid>
      <dc:creator>Getty I.</dc:creator>
      <dc:date>2016-08-16T05:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using save_url w/out specifying folder name</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-save-url-w-out-specifying-folder-name/m-p/183454#M7631</link>
      <description>&lt;P&gt;Thanks for the additional information Larry. We're looking into it and I'll follow up here once I have an update for you.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 05:54:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-save-url-w-out-specifying-folder-name/m-p/183454#M7631</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-08-16T05:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using save_url w/out specifying folder name</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-save-url-w-out-specifying-folder-name/m-p/183455#M7632</link>
      <description>&lt;P&gt;Hi Larry, this should be working as expected again. Please let me know if you're still seeing any issues.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2016 05:38:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-save-url-w-out-specifying-folder-name/m-p/183455#M7632</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-08-17T05:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using save_url w/out specifying folder name</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-save-url-w-out-specifying-folder-name/m-p/183456#M7633</link>
      <description>&lt;P&gt;Yes, works as exptected now. &amp;nbsp;Thank you much.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2016 06:26:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-save-url-w-out-specifying-folder-name/m-p/183456#M7633</guid>
      <dc:creator>Getty I.</dc:creator>
      <dc:date>2016-08-17T06:26:31Z</dc:date>
    </item>
  </channel>
</rss>

