<?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 Dropbox API download errors in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-download-errors/m-p/401833#M21983</link>
    <description>&lt;P&gt;trying to get the Dropbox API for android studio. i want to download the github repo and run the examples. i ran the following code like the README said:&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;$git clone &lt;A href="https://github.com/dropbox/dropbox-sdk-java.git" target="_blank" rel="noopener"&gt;https://github.com/dropbox/dropbox-sdk-java.git&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;$cd dropbox-sdk-java&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;$ ./update-submodules&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;When I then try to run&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;$ ./gradlew build&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;I get a fail with this erro:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;* Where:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;Script '/Users/G/Desktop/dropbox-sdk-java/stone.gradle' line: 78&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;* What went wrong:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;Execution failed for task ':generateStone'.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s2"&gt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN class="s1"&gt;Process 'command 'python'' finished with non-zero exit value 1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;And I don't know how to fix this.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Mar 2020 19:08:26 GMT</pubDate>
    <dc:creator>gita101</dc:creator>
    <dc:date>2020-03-12T19:08:26Z</dc:date>
    <item>
      <title>Dropbox API download errors</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-download-errors/m-p/401833#M21983</link>
      <description>&lt;P&gt;trying to get the Dropbox API for android studio. i want to download the github repo and run the examples. i ran the following code like the README said:&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;$git clone &lt;A href="https://github.com/dropbox/dropbox-sdk-java.git" target="_blank" rel="noopener"&gt;https://github.com/dropbox/dropbox-sdk-java.git&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;$cd dropbox-sdk-java&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;$ ./update-submodules&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;When I then try to run&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;$ ./gradlew build&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;I get a fail with this erro:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;* Where:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;Script '/Users/G/Desktop/dropbox-sdk-java/stone.gradle' line: 78&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;* What went wrong:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;Execution failed for task ':generateStone'.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s2"&gt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN class="s1"&gt;Process 'command 'python'' finished with non-zero exit value 1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;And I don't know how to fix this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 19:08:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-download-errors/m-p/401833#M21983</guid>
      <dc:creator>gita101</dc:creator>
      <dc:date>2020-03-12T19:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API download errors</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-download-errors/m-p/401954#M21984</link>
      <description>&lt;P&gt;Do you need to build from source for some reason, or would the pre-built package be fine? If you don't need to build from source, it would be easier to just use the pre-built package than to debug why the build is failing for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For instance, you can replace &lt;A href="https://github.com/dropbox/dropbox-sdk-java/blob/master/examples/build.gradle#L23" target="_self"&gt;this 'compile' line in&amp;nbsp;examples/build.gradle&lt;/A&gt; with &lt;A href="https://github.com/dropbox/dropbox-sdk-java#setup" target="_self"&gt;the 'implementation' line from the setup instructions&lt;/A&gt;. That would tell gradle to just download the currently latest version of the&amp;nbsp;Dropbox Java SDK to use.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 15:23:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-download-errors/m-p/401954#M21984</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-03-11T15:23:15Z</dc:date>
    </item>
  </channel>
</rss>

