<?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: Can't install Dropbox SDK on Arduino Yun in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-install-Dropbox-SDK-on-Arduino-Yun/m-p/224411#M12128</link>
    <description>Thanks Greg, will follow your suggestion and post any progress (if any)</description>
    <pubDate>Mon, 05 Jun 2017 20:19:06 GMT</pubDate>
    <dc:creator>simon_schva</dc:creator>
    <dc:date>2017-06-05T20:19:06Z</dc:date>
    <item>
      <title>Can't install Dropbox SDK on Arduino Yun</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-install-Dropbox-SDK-on-Arduino-Yun/m-p/224301#M12107</link>
      <description>&lt;P&gt;Hi, sorry if this is a very dumb question but I have very little Linux knowledge and I wonder if you could help me. (I've tried the Arduino forum with no answer so far. I will post the solution there once I got it working because I think Dropbox &amp;amp; Arduino are a killer couple...)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to install Dropbox SDK on an Arduino Yun using the following&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="crayon-line"&gt;&lt;SPAN class="crayon-e"&gt;opkg &lt;/SPAN&gt;&lt;SPAN class="crayon-e"&gt;install &lt;/SPAN&gt;&lt;SPAN class="crayon-e"&gt;distribute &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="crayon-line crayon-striped-line"&gt;&lt;SPAN class="crayon-e"&gt;opkg &lt;/SPAN&gt;&lt;SPAN class="crayon-e"&gt;install &lt;/SPAN&gt;&lt;SPAN class="crayon-v"&gt;python&lt;/SPAN&gt;&lt;SPAN class="crayon-o"&gt;-&lt;/SPAN&gt;&lt;SPAN class="crayon-e"&gt;openssl &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="crayon-line"&gt;&lt;SPAN class="crayon-e"&gt;easy_install &lt;/SPAN&gt;&lt;SPAN class="crayon-v"&gt;pip&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="crayon-line"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="crayon-line"&gt;&lt;STRONG&gt;everything goes OK till this point, then I issue&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="crayon-line"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="crayon-line"&gt;&lt;SPAN class="crayon-v"&gt;&lt;SPAN class="crayon-e"&gt;pip &lt;/SPAN&gt;install&lt;SPAN class="crayon-e"&gt;&amp;nbsp;&lt;/SPAN&gt;dropbox&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="crayon-line"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="crayon-line"&gt;&lt;STRONG&gt;&lt;SPAN class="crayon-v"&gt;and this is what I got in return&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="crayon-line"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="crayon-line"&gt;&lt;SPAN class="crayon-v"&gt;Collecting dropbox&lt;BR /&gt;/usr/lib/python2.7/site-packages/pip-9.0.1-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see &lt;A href="https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning" target="_blank"&gt;https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning&lt;/A&gt;.&lt;BR /&gt;&amp;nbsp; SNIMissingWarning&lt;BR /&gt;/usr/lib/python2.7/site-packages/pip-9.0.1-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see &lt;A href="https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning" target="_blank"&gt;https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning&lt;/A&gt;.&lt;BR /&gt;&amp;nbsp; InsecurePlatformWarning&lt;BR /&gt;&amp;nbsp; Could not fetch URL &lt;A href="https://pypi.python.org/simple/dropbox/" target="_blank"&gt;https://pypi.python.org/simple/dropbox/&lt;/A&gt;: There was a problem confirming the ssl certificate: [Errno 185090057] _ssl.c:340: error:0B084009:lib(11):func(132):reason(9) - skipping&lt;BR /&gt;&amp;nbsp; Could not find a version that satisfies the requirement dropbox (from versions: )&lt;BR /&gt;No matching distribution found for dropbox&lt;BR /&gt;/usr/lib/python2.7/site-packages/pip-9.0.1-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see &lt;A href="https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning" target="_blank"&gt;https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning&lt;/A&gt;.&lt;BR /&gt;&amp;nbsp; InsecurePlatformWarning&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure what am I doing wrong and any help will be greatly appreciated.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 29 May 2019 09:21:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-install-Dropbox-SDK-on-Arduino-Yun/m-p/224301#M12107</guid>
      <dc:creator>simon_schva</dc:creator>
      <dc:date>2019-05-29T09:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can't install Dropbox SDK on Arduino Yun</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-install-Dropbox-SDK-on-Arduino-Yun/m-p/224403#M12122</link>
      <description>It looks like this is an issue with 'pip' itself, and not Dropbox, so I'm afraid I can't be of help. It looks like the error message links to some informational pages though, so I recommend reviewing those, and contacting the support or community for pip or PyPI for further help.</description>
      <pubDate>Mon, 05 Jun 2017 19:59:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-install-Dropbox-SDK-on-Arduino-Yun/m-p/224403#M12122</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-06-05T19:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can't install Dropbox SDK on Arduino Yun</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-install-Dropbox-SDK-on-Arduino-Yun/m-p/224411#M12128</link>
      <description>Thanks Greg, will follow your suggestion and post any progress (if any)</description>
      <pubDate>Mon, 05 Jun 2017 20:19:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-install-Dropbox-SDK-on-Arduino-Yun/m-p/224411#M12128</guid>
      <dc:creator>simon_schva</dc:creator>
      <dc:date>2017-06-05T20:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can't install Dropbox SDK on Arduino Yun</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-install-Dropbox-SDK-on-Arduino-Yun/m-p/224943#M12168</link>
      <description>&lt;P&gt;I did&amp;nbsp;not find the solution yet. Will really appreciate any help on this....&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2017 12:26:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-install-Dropbox-SDK-on-Arduino-Yun/m-p/224943#M12168</guid>
      <dc:creator>simon_schva</dc:creator>
      <dc:date>2017-06-09T12:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can't install Dropbox SDK on Arduino Yun</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-install-Dropbox-SDK-on-Arduino-Yun/m-p/333924#M19502</link>
      <description>I think you need to edit opkg.conf file. I tried to do same it downloads all file but while installing it says memory error because arduino yun has only 64mb ram.&lt;BR /&gt;&lt;A href="https://forum.openwrt.org/uploads/default/original/2X/0/0a4c707d6503571320d69a2a0fb937d65ebb7eeb.png" target="_blank"&gt;https://forum.openwrt.org/uploads/default/original/2X/0/0a4c707d6503571320d69a2a0fb937d65ebb7eeb.png&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Mar 2019 21:07:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-install-Dropbox-SDK-on-Arduino-Yun/m-p/333924#M19502</guid>
      <dc:creator>Bijaykarki</dc:creator>
      <dc:date>2019-03-14T21:07:53Z</dc:date>
    </item>
  </channel>
</rss>

