<?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: erpnext integeration with dropbox v2 in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/erpnext-integeration-with-dropbox-v2/m-p/250153#M14398</link>
    <description>Upgrade to latest frappe and erpnext on your server.&lt;BR /&gt;v8.x.x branch and above will have Dropbox v2 API.&lt;BR /&gt;&lt;BR /&gt;Related forum links :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://discuss.erpnext.com/t/version-8-x-x-maintained/28772" target="_blank"&gt;https://discuss.erpnext.com/t/version-8-x-x-maintained/28772&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://discuss.erpnext.com/t/dropbox-allow-access/29727" target="_blank"&gt;https://discuss.erpnext.com/t/dropbox-allow-access/29727&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;github branch reference : &lt;A href="https://github.com/frappe/frappe/blob/v8.x.x/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py" target="_blank"&gt;https://github.com/frappe/frappe/blob/v8.x.x/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py&lt;/A&gt;</description>
    <pubDate>Mon, 30 Oct 2017 07:40:34 GMT</pubDate>
    <dc:creator>Revant N.</dc:creator>
    <dc:date>2017-10-30T07:40:34Z</dc:date>
    <item>
      <title>erpnext integeration with dropbox v2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/erpnext-integeration-with-dropbox-v2/m-p/250040#M14395</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;File "/home/frappe/frappe-bench/apps/frappe/frappe/app.py", line 55, in application&lt;BR /&gt;response = frappe.handler.handle()&lt;BR /&gt;File "/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 21, in handle&lt;BR /&gt;data = execute_cmd(cmd)&lt;BR /&gt;File "/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 52, in execute_cmd&lt;BR /&gt;return frappe.call(method, **frappe.form_dict)&lt;BR /&gt;File "/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py", line 907, in call&lt;BR /&gt;return fn(*args, **newargs)&lt;BR /&gt;File "/home/frappe/frappe-bench/apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py", line 54, in get_dropbox_authorize_url&lt;BR /&gt;request_token = sess.obtain_request_token()&lt;BR /&gt;File "/home/frappe/frappe-bench/env/local/lib/python2.7/site-packages/dropbox/session.py", line 216, in obtain_request_token&lt;BR /&gt;response = self.rest_client.POST(url, headers=headers, params=params, raw_response=True)&lt;BR /&gt;File "/home/frappe/frappe-bench/env/local/lib/python2.7/site-packages/dropbox/rest.py", line 322, in POST&lt;BR /&gt;return cls.IMPL.POST(*n, **kw)&lt;BR /&gt;File "/home/frappe/frappe-bench/env/local/lib/python2.7/site-packages/dropbox/rest.py", line 260, in POST&lt;BR /&gt;is_json_request=is_json_request)&lt;BR /&gt;File "/home/frappe/frappe-bench/env/local/lib/python2.7/site-packages/dropbox/rest.py", line 235, in request&lt;BR /&gt;raise ErrorResponse(r, r.read())&lt;BR /&gt;ErrorResponse: [400] u'v1_retired'&lt;/P&gt;&lt;P&gt;==========&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:17:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/erpnext-integeration-with-dropbox-v2/m-p/250040#M14395</guid>
      <dc:creator>sheno</dc:creator>
      <dc:date>2019-05-29T09:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: erpnext integeration with dropbox v2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/erpnext-integeration-with-dropbox-v2/m-p/250041#M14396</link>
      <description>I'm not sure what the issue is (you really need to let people know), however, the last line of that coding does give you a clue in that the API being used is the old v1 system which has been depreciated.</description>
      <pubDate>Sun, 29 Oct 2017 13:01:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/erpnext-integeration-with-dropbox-v2/m-p/250041#M14396</guid>
      <dc:creator>Mark</dc:creator>
      <dc:date>2017-10-29T13:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: erpnext integeration with dropbox v2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/erpnext-integeration-with-dropbox-v2/m-p/250052#M14397</link>
      <description>&lt;P&gt;As Mark mentioned, the API being used by that app was retired. You'll need to contact the developers of the app you're using as this is a problem that only they can resolve.&lt;BR /&gt;&lt;BR /&gt;In June of 2016, Dropbox notified third-party developers that the Dropbox API v1 was being deprecated and any applications that still used it would need to be updated to use API v2. Those applications that didn't update would eventually be unable to connect to Dropbox. Fast-forward 15 months to September 2017, and Dropbox has finally shutdown API v1. The app you're using was apparently never updated to use API v2, so it is now unable to connect.&lt;BR /&gt;&lt;BR /&gt;Only the developers of the app can correct this, and they can only do it by updating their application to use the newer API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://blogs.dropbox.com/developers/2017/09/api-v1-shutdown-details/" target="_blank"&gt;https://blogs.dropbox.com/developers/2017/09/api-v1-shutdown-details/&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Sun, 29 Oct 2017 14:19:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/erpnext-integeration-with-dropbox-v2/m-p/250052#M14397</guid>
      <dc:creator>Rich</dc:creator>
      <dc:date>2017-10-29T14:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: erpnext integeration with dropbox v2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/erpnext-integeration-with-dropbox-v2/m-p/250153#M14398</link>
      <description>Upgrade to latest frappe and erpnext on your server.&lt;BR /&gt;v8.x.x branch and above will have Dropbox v2 API.&lt;BR /&gt;&lt;BR /&gt;Related forum links :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://discuss.erpnext.com/t/version-8-x-x-maintained/28772" target="_blank"&gt;https://discuss.erpnext.com/t/version-8-x-x-maintained/28772&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://discuss.erpnext.com/t/dropbox-allow-access/29727" target="_blank"&gt;https://discuss.erpnext.com/t/dropbox-allow-access/29727&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;github branch reference : &lt;A href="https://github.com/frappe/frappe/blob/v8.x.x/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py" target="_blank"&gt;https://github.com/frappe/frappe/blob/v8.x.x/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py&lt;/A&gt;</description>
      <pubDate>Mon, 30 Oct 2017 07:40:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/erpnext-integeration-with-dropbox-v2/m-p/250153#M14398</guid>
      <dc:creator>Revant N.</dc:creator>
      <dc:date>2017-10-30T07:40:34Z</dc:date>
    </item>
  </channel>
</rss>

