<?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: Having trouble with Java's Dropbox API in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Having-trouble-with-Java-s-Dropbox-API/m-p/22252#M705</link>
    <description>&lt;P&gt;Hi Kathleen, I noticed this was also posted on StackOverflow, but has since been removed. Are you still having trouble with this?&lt;/P&gt;</description>
    <pubDate>Tue, 04 Aug 2015 11:48:33 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2015-08-04T11:48:33Z</dc:date>
    <item>
      <title>Having trouble with Java's Dropbox API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Having-trouble-with-Java-s-Dropbox-API/m-p/22251#M704</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I've been experimenting with the Java Dropbox API, but Eclipse for some reason marks this line as an error and it throws an exception when I try to run the sample program:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;contents = JsonArrayReader.mk(Reader, collector).readField(parser, fieldName, contents);

&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It marks &lt;CODE&gt;readField&lt;/CODE&gt; as 'not applicable' though I have no idea why. Can someone help me?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:40:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Having-trouble-with-Java-s-Dropbox-API/m-p/22251#M704</guid>
      <dc:creator>Kathleen K.7</dc:creator>
      <dc:date>2019-05-29T09:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble with Java's Dropbox API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Having-trouble-with-Java-s-Dropbox-API/m-p/22252#M705</link>
      <description>&lt;P&gt;Hi Kathleen, I noticed this was also posted on StackOverflow, but has since been removed. Are you still having trouble with this?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2015 11:48:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Having-trouble-with-Java-s-Dropbox-API/m-p/22252#M705</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-08-04T11:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble with Java's Dropbox API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Having-trouble-with-Java-s-Dropbox-API/m-p/22253#M706</link>
      <description>&lt;P&gt;Yeah, it's still not working for me. Sorry for the double posting!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2015 11:59:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Having-trouble-with-Java-s-Dropbox-API/m-p/22253#M706</guid>
      <dc:creator>Kathleen K.7</dc:creator>
      <dc:date>2015-08-04T11:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble with Java's Dropbox API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Having-trouble-with-Java-s-Dropbox-API/m-p/22254#M707</link>
      <description>&lt;P&gt;No problem, we'll be happy to help. Can you post any other relevant code as well as the exception you're getting so we can look into it/reproduce it?&amp;nbsp;Thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2015 01:17:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Having-trouble-with-Java-s-Dropbox-API/m-p/22254#M707</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-08-05T01:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble with Java's Dropbox API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Having-trouble-with-Java-s-Dropbox-API/m-p/22255#M708</link>
      <description>&lt;P&gt;Hi, I just ran this sample code that I grabbed from the Dropbox API tutorial, linked here:&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/core/start/java" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/core/start/java&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;After going through the authorization process and linking with my account, I got this exception:&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problem:&lt;/P&gt;

&lt;P&gt;_ The method readField(JsonParser, String, capture#23-of ? extends C) in the type JsonReader&amp;lt;capture#23-of ? extends C&amp;gt; is not applicable for the arguments (JsonParser, String, C)_&lt;/P&gt;

&lt;P&gt;at com.dropbox.core.DbxEntry._read(DbxEntry.java:601)&lt;/P&gt;

&lt;P&gt;_ at com.dropbox.core.DbxEntry.read(DbxEntry.java:551)_&lt;/P&gt;

&lt;P&gt;_ at com.dropbox.core.DbxEntry$File$1.read(DbxEntry.java:273)_&lt;/P&gt;

&lt;P&gt;_ at com.dropbox.core.DbxEntry$File$1.read(DbxEntry.java:1)_&lt;/P&gt;

&lt;P&gt;_ at com.dropbox.core.json.JsonReader.readFully(JsonReader.java:349)_&lt;/P&gt;

&lt;P&gt;_ at com.dropbox.core.json.JsonReader.readFully(JsonReader.java:242)_&lt;/P&gt;

&lt;P&gt;_ at com.dropbox.core.DbxRequestUtil.readJsonFromResponse(DbxRequestUtil.java:219)_&lt;/P&gt;

&lt;P&gt;_ at com.dropbox.core.DbxClient$SingleUploader$1.handle(DbxClient.java:766)_&lt;/P&gt;

&lt;P&gt;_ at com.dropbox.core.DbxClient$SingleUploader$1.handle(DbxClient.java:1)_&lt;/P&gt;

&lt;P&gt;_ at com.dropbox.core.DbxRequestUtil.finishResponse(DbxRequestUtil.java:279)_&lt;/P&gt;

&lt;P&gt;_ at com.dropbox.core.DbxClient$SingleUploader.finish(DbxClient.java:761)_&lt;/P&gt;

&lt;P&gt;_ at com.dropbox.core.DbxClient.finishUploadFile(DbxClient.java:629)_&lt;/P&gt;

&lt;P&gt;_ at com.dropbox.core.DbxClient.uploadFile(DbxClient.java:562)_&lt;/P&gt;

&lt;P&gt;_ at com.dropbox.core.DbxClient.uploadFile(DbxClient.java:514)_&lt;/P&gt;

&lt;P&gt;_ at tools.FileUploader.main(FileUploader.java:36)_&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;When I go into the DbxEntry class, the readField method is marked as an error.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2015 04:50:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Having-trouble-with-Java-s-Dropbox-API/m-p/22255#M708</guid>
      <dc:creator>Kathleen K.7</dc:creator>
      <dc:date>2015-08-05T04:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble with Java's Dropbox API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Having-trouble-with-Java-s-Dropbox-API/m-p/22256#M709</link>
      <description>&lt;P&gt;It could be that this issue has to do with a bug in the Eclipse Java compiler (ECJ). &amp;nbsp;(Eclipse has its own Java compiler. &amp;nbsp;It doesn't use the standard JDK compiler.)&lt;/P&gt;

&lt;P&gt;Can you try and find out which version of the Eclipse compiler you have? &amp;nbsp;Instructions on how to do that:&amp;nbsp;&lt;A href="http://stackoverflow.com/questions/18497913/how-can-i-find-the-ecj-version-in-eclipse" rel="nofollow noreferrer"&gt;http://stackoverflow.com/questions/18497913/how-can-i-find-the-ecj-version-in-eclipse&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You can also try upgrading your version of Eclipse to see if it fixes the issue.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2015 13:23:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Having-trouble-with-Java-s-Dropbox-API/m-p/22256#M709</guid>
      <dc:creator>Kannan G.1</dc:creator>
      <dc:date>2015-08-05T13:23:10Z</dc:date>
    </item>
  </channel>
</rss>

