<?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 Save files to dropbox using the save file function in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Save-files-to-dropbox-using-the-save-file-function/m-p/235811#M12975</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Today i saw this feature that allow a user to just click a button to save the file to the dropbox account. So i was thinking in taking advantage of this feature by creating a page were i just type the direct location on a input field and after pressing the button the file gets transfered.&lt;BR /&gt;&lt;BR /&gt;I have tried diferent techniques after reading the developers documentation but without any luck. there is a problem with file location or it doesn't work.&lt;BR /&gt;&lt;BR /&gt;Any comments or help this&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:20:15 GMT</pubDate>
    <dc:creator>Electrify2015</dc:creator>
    <dc:date>2019-05-29T09:20:15Z</dc:date>
    <item>
      <title>Save files to dropbox using the save file function</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Save-files-to-dropbox-using-the-save-file-function/m-p/235811#M12975</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Today i saw this feature that allow a user to just click a button to save the file to the dropbox account. So i was thinking in taking advantage of this feature by creating a page were i just type the direct location on a input field and after pressing the button the file gets transfered.&lt;BR /&gt;&lt;BR /&gt;I have tried diferent techniques after reading the developers documentation but without any luck. there is a problem with file location or it doesn't work.&lt;BR /&gt;&lt;BR /&gt;Any comments or help this&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:20:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Save-files-to-dropbox-using-the-save-file-function/m-p/235811#M12975</guid>
      <dc:creator>Electrify2015</dc:creator>
      <dc:date>2019-05-29T09:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Save files to dropbox using the save file function</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Save-files-to-dropbox-using-the-save-file-function/m-p/235812#M12976</link>
      <description>I notice that your share button below my post is similar what i'm trying to achieve but in this case the location is custom for each file i want to transfer to my dropbox account.</description>
      <pubDate>Mon, 07 Aug 2017 15:02:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Save-files-to-dropbox-using-the-save-file-function/m-p/235812#M12976</guid>
      <dc:creator>Electrify2015</dc:creator>
      <dc:date>2017-08-07T15:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Save files to dropbox using the save file function</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Save-files-to-dropbox-using-the-save-file-function/m-p/235967#M12986</link>
      <description>It sounds like you'd be interested in using the Dropbox Saver. You can find the full documentation and instructions for using that here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/saver" target="_blank"&gt;https://www.dropbox.com/developers/saver&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If that's not working for you, I'll be happy to help, but I'll need some more information. In that case, please reply with:&lt;BR /&gt;&lt;BR /&gt;    - the full text of the error/any output&lt;BR /&gt;    - the relevant code snippet(s)</description>
      <pubDate>Tue, 08 Aug 2017 14:53:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Save-files-to-dropbox-using-the-save-file-function/m-p/235967#M12986</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-08T14:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Save files to dropbox using the save file function</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Save-files-to-dropbox-using-the-save-file-function/m-p/236040#M13001</link>
      <description>Hi, have tried diferent ways to build it without any luck. All i want is a simple html form that when i click on it the file gets saved in the logged in dropbox account.&lt;BR /&gt;&lt;BR /&gt;I'm getting this error:&lt;BR /&gt;{"error": "Invalid origin"}&lt;BR /&gt;&lt;BR /&gt;Do you have a full path to send a get or post request and save the file.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 08 Aug 2017 20:23:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Save-files-to-dropbox-using-the-save-file-function/m-p/236040#M13001</guid>
      <dc:creator>Electrify2015</dc:creator>
      <dc:date>2017-08-08T20:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Save files to dropbox using the save file function</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Save-files-to-dropbox-using-the-save-file-function/m-p/236043#M13002</link>
      <description>Are you trying to run the Saver from a file:// URL by any chance? That can result in that error.&lt;BR /&gt;&lt;BR /&gt;When using the Chooser or Saver, you'll need to run it from a server, so that Dropbox can verify the domain. (That is, since you need to pre-register the domains you'll user your Chooser or Saver on via the App Console: &lt;A href="https://www.dropbox.com/developers/apps" target="_blank"&gt;https://www.dropbox.com/developers/apps&lt;/A&gt; )&lt;BR /&gt;&lt;BR /&gt;Try running it from a server instead. (You can even use a localhost server while developing it.)</description>
      <pubDate>Tue, 08 Aug 2017 20:26:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Save-files-to-dropbox-using-the-save-file-function/m-p/236043#M13002</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-08T20:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Save files to dropbox using the save file function</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Save-files-to-dropbox-using-the-save-file-function/m-p/236146#M13009</link>
      <description>&lt;P&gt;I tried a localhost http server and didn't work either. I did add &lt;A href="http://127.0.0.1" target="_blank"&gt;http://127.0.0.1&lt;/A&gt; and localhost on the app section on the dropbox site.&lt;BR /&gt;&lt;BR /&gt;I get the following error:&lt;/P&gt;
&lt;PRE&gt;{"error": "Origin does not match any app domain"}&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 13:07:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Save-files-to-dropbox-using-the-save-file-function/m-p/236146#M13009</guid>
      <dc:creator>Electrify2015</dc:creator>
      <dc:date>2017-08-09T13:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Save files to dropbox using the save file function</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Save-files-to-dropbox-using-the-save-file-function/m-p/236173#M13012</link>
      <description>The domain for the URL of the page you host the Saver needs to exactly match one of your pre-registered Chooser/Saver domains. (Make sure you don't register an "OAuth 2 redirect URI", as that's not for the Chooser/Saver.)&lt;BR /&gt;&lt;BR /&gt;So, for example, register "localhost" and then access your page from http://localhost (plus whatever port and path you need).</description>
      <pubDate>Wed, 09 Aug 2017 14:36:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Save-files-to-dropbox-using-the-save-file-function/m-p/236173#M13012</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-09T14:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Save files to dropbox using the save file function</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Save-files-to-dropbox-using-the-save-file-function/m-p/236415#M13040</link>
      <description>&lt;P&gt;This was what i was trying to build but it doesn't work. I get the file value but when executing it! It open the the image.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;form&amp;gt;
&amp;lt;input type="text" id="file_id" value="https://dl.dropboxusercontent.com/s/deroi5nwm6u7gdf/advice.png"&amp;gt;&amp;lt;br&amp;gt;
&amp;lt;input type="submit" value="Send!" onclick="send()"&amp;gt;
&amp;lt;/form&amp;gt;
&amp;lt;script&amp;gt;
send = function() {
var file_id = document.getElementById('file_id').value;
document.write('&amp;lt;a href="'+file_id+'" class="dropbox-saver"&amp;gt;123&amp;lt;/a&amp;gt;');
}
&amp;lt;/script&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 10 Aug 2017 22:17:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Save-files-to-dropbox-using-the-save-file-function/m-p/236415#M13040</guid>
      <dc:creator>Electrify2015</dc:creator>
      <dc:date>2017-08-10T22:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Save files to dropbox using the save file function</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Save-files-to-dropbox-using-the-save-file-function/m-p/236497#M13044</link>
      <description>I'm not sure I understand your question. It looks like you already have the Dropbox link at this point in the code though. If you need general HTML/JavaScript help, I'm afraid I can't be of use, as that wouldn't be about Dropbox itself. You may want to post on a general help forum, such as StackOverflow.</description>
      <pubDate>Fri, 11 Aug 2017 14:36:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Save-files-to-dropbox-using-the-save-file-function/m-p/236497#M13044</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-11T14:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Save files to dropbox using the save file function</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Save-files-to-dropbox-using-the-save-file-function/m-p/236605#M13054</link>
      <description>&lt;P&gt;OK, Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2017 17:29:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Save-files-to-dropbox-using-the-save-file-function/m-p/236605#M13054</guid>
      <dc:creator>Electrify2015</dc:creator>
      <dc:date>2017-08-12T17:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Save files to dropbox using the save file function</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Save-files-to-dropbox-using-the-save-file-function/m-p/362556#M20612</link>
      <description>&lt;P&gt;Hi,I had tried&amp;nbsp; use dropbox choose and saver successfully,but it happen some issue when I use saver to save file which&amp;nbsp; file name&amp;nbsp; or url have&amp;nbsp; chinese characters ,I console the error and I get&amp;nbsp; "Invalid host".Whether the saver could't&amp;nbsp; save the file name or url with chinese characters?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 02:46:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Save-files-to-dropbox-using-the-save-file-function/m-p/362556#M20612</guid>
      <dc:creator>huasa</dc:creator>
      <dc:date>2019-08-30T02:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Save files to dropbox using the save file function</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Save-files-to-dropbox-using-the-save-file-function/m-p/362628#M20618</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1202433"&gt;@huasa&lt;/a&gt;&amp;nbsp;You should be able to use non-ASCII characters in the filename for the Saver, as long as you properly set the charset for the HTML or JavaScript file accordingly.&lt;/P&gt;
&lt;P&gt;If the file URL's hostname contains non-ASCII characters though, convert it to punycode first and that should avoid the "Invalid host" error. If there are non-ASCII characters on the URL outside of the hostname, e.g., on the path, URL encode those first.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 18:34:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Save-files-to-dropbox-using-the-save-file-function/m-p/362628#M20618</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-11-01T18:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Save files to dropbox using the save file function</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Save-files-to-dropbox-using-the-save-file-function/m-p/362904#M20626</link>
      <description>&lt;P&gt;Thanks,I had solve it ,I encode url and it work.&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2019 01:36:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Save-files-to-dropbox-using-the-save-file-function/m-p/362904#M20626</guid>
      <dc:creator>huasa</dc:creator>
      <dc:date>2019-09-02T01:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Save files to dropbox using the save file function</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Save-files-to-dropbox-using-the-save-file-function/m-p/375843#M21081</link>
      <description>Can you share the feature that you talking about?</description>
      <pubDate>Fri, 01 Nov 2019 17:04:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Save-files-to-dropbox-using-the-save-file-function/m-p/375843#M21081</guid>
      <dc:creator>sjmasikane</dc:creator>
      <dc:date>2019-11-01T17:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Save files to dropbox using the save file function</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Save-files-to-dropbox-using-the-save-file-function/m-p/375864#M21083</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1226268"&gt;@sjmasikane&lt;/a&gt;&amp;nbsp;This thread was discussing the&amp;nbsp;Dropbox Saver feature. You can find information about that here&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/saver" target="_blank"&gt;https://www.dropbox.com/developers/saver&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 18:33:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Save-files-to-dropbox-using-the-save-file-function/m-p/375864#M21083</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-11-01T18:33:50Z</dc:date>
    </item>
  </channel>
</rss>

