<?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: Android V2 API. Successful fileupload but no file in Dropbox Directory in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-V2-API-Successful-fileupload-but-no-file-in-Dropbox/m-p/268618#M15827</link>
    <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/638784"&gt;@max1450&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;O cartaz original aqui resolveu o problema, então, se você também estiver executando em um problema, abra um novo tópico com os detalhes no fórum relevante para que possamos ajudar.&lt;BR /&gt;---&lt;/P&gt;
&lt;P&gt;Desculpe nossas traduções. Nossas traduções foram criadas usando um tradutor online. Nós gostaríamos de suportar todos os idiomas, mas atualmente não estamos equipados para fazê-lo. Aqui está a versão em inglês:&lt;/P&gt;
&lt;P&gt;---&lt;/P&gt;
&lt;P&gt;Please excuse our translations. Our translations were created using an online translator. We'd like to support every language, but we're not currently equipped to do so. Here is the English version:&lt;/P&gt;
&lt;P&gt;---&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The original poster here sorted out their issue, so if you're also running in to a problem, please open a new thread with the details in the relevant forum so we can help.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Mar 2018 15:36:07 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-03-14T15:36:07Z</dc:date>
    <item>
      <title>Android V2 API. Successful fileupload but no file in Dropbox Directory</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-V2-API-Successful-fileupload-but-no-file-in-Dropbox/m-p/268508#M15821</link>
      <description>&lt;P&gt;I'm using the example source code from github for an android application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the file upload&amp;nbsp; i'm using the provided UploadFileTaks class. I get no exception and the "onUploadComlete" Callback is called after 1-2 seconds, but i dont find the file in my dropbox folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What i'm missing / doing wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;tscheims&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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:14:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-V2-API-Successful-fileupload-but-no-file-in-Dropbox/m-p/268508#M15821</guid>
      <dc:creator>tscheims</dc:creator>
      <dc:date>2019-05-29T09:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Android V2 API. Successful fileupload but no file in Dropbox Directory</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-V2-API-Successful-fileupload-but-no-file-in-Dropbox/m-p/268509#M15822</link>
      <description>&lt;P&gt;The FileMetadata return Value looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{".tag":"file","name":"1520981755788.jpg","id":"id:**********","client_modified":"2018-03-13T22:57:09Z","server_modified":"2018-03-13T22:57:09Z","rev":"*************","size":2150,"path_lower":"/app-path/1520981755788.jpg","path_display":"/app-path/1520981755788.jpg","content_hash":"f27d13527113eedb61b03049bdfc2f**********************************"}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and that's the used upload method:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;try&lt;/SPAN&gt; (InputStream inputStream = &lt;SPAN&gt;new &lt;/SPAN&gt;FileInputStream(localFile)) {&lt;BR /&gt;    &lt;SPAN&gt;return &lt;/SPAN&gt;&lt;SPAN&gt;mDbxClient.files().uploadBuilder(remoteFolderPath + &lt;/SPAN&gt;&lt;SPAN&gt;"/" &lt;/SPAN&gt;&lt;SPAN&gt;+ remoteFileName)&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;            .withMode(WriteMode.OVERWRITE)&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;            .uploadAndFinish&lt;/SPAN&gt;(inputStream);&lt;BR /&gt;} &lt;SPAN&gt;catch &lt;/SPAN&gt;(DbxException | IOException e) {&lt;BR /&gt;    &lt;SPAN&gt;mException &lt;/SPAN&gt;= e;&lt;BR /&gt;}&lt;/PRE&gt;</description>
      <pubDate>Tue, 13 Mar 2018 23:18:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-V2-API-Successful-fileupload-but-no-file-in-Dropbox/m-p/268509#M15822</guid>
      <dc:creator>tscheims</dc:creator>
      <dc:date>2018-03-13T23:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Android V2 API. Successful fileupload but no file in Dropbox Directory</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-V2-API-Successful-fileupload-but-no-file-in-Dropbox/m-p/268515#M15823</link>
      <description>&lt;P&gt;I found the error: I just looked in the wrong directory: the directory is located under /&lt;SPAN class="ue-effect-container uee-PageletMaestroHeader-Title"&gt;&lt;SPAN&gt;Apps/app-name&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 23:37:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-V2-API-Successful-fileupload-but-no-file-in-Dropbox/m-p/268515#M15823</guid>
      <dc:creator>tscheims</dc:creator>
      <dc:date>2018-03-13T23:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Android V2 API. Successful fileupload but no file in Dropbox Directory</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-V2-API-Successful-fileupload-but-no-file-in-Dropbox/m-p/268614#M15826</link>
      <description>&lt;P&gt;vc pode min&amp;nbsp; ajudar&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2018 15:09:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-V2-API-Successful-fileupload-but-no-file-in-Dropbox/m-p/268614#M15826</guid>
      <dc:creator>max1450</dc:creator>
      <dc:date>2018-03-14T15:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Android V2 API. Successful fileupload but no file in Dropbox Directory</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-V2-API-Successful-fileupload-but-no-file-in-Dropbox/m-p/268618#M15827</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/638784"&gt;@max1450&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;O cartaz original aqui resolveu o problema, então, se você também estiver executando em um problema, abra um novo tópico com os detalhes no fórum relevante para que possamos ajudar.&lt;BR /&gt;---&lt;/P&gt;
&lt;P&gt;Desculpe nossas traduções. Nossas traduções foram criadas usando um tradutor online. Nós gostaríamos de suportar todos os idiomas, mas atualmente não estamos equipados para fazê-lo. Aqui está a versão em inglês:&lt;/P&gt;
&lt;P&gt;---&lt;/P&gt;
&lt;P&gt;Please excuse our translations. Our translations were created using an online translator. We'd like to support every language, but we're not currently equipped to do so. Here is the English version:&lt;/P&gt;
&lt;P&gt;---&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The original poster here sorted out their issue, so if you're also running in to a problem, please open a new thread with the details in the relevant forum so we can help.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2018 15:36:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-V2-API-Successful-fileupload-but-no-file-in-Dropbox/m-p/268618#M15827</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-03-14T15:36:07Z</dc:date>
    </item>
  </channel>
</rss>

