<?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: 404 error reading metadata in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/404-error-reading-metadata/m-p/124635#M3624</link>
    <description>&lt;P&gt;Greg,&lt;/P&gt;

&lt;P&gt;Thanks for the response.  I did just figure out my problem.  The uncertainty was what the photosRoot should be in the case of a folder permissions app.  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[self.restClient loadMetadata:photosRoot withHash:photosHash];
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I had assumed it would be either "/Photos" or "/Apps/Photos" or maybe "Photos".  Instead, it appears you specify "/" in this case and the rest is assumed.  With "/" as the root it appears to be accessing the directory correctly.&lt;/P&gt;

&lt;P&gt;Possibly I missed this in the documentation but if not, you might consider clarifying it in the docs.&lt;/P&gt;</description>
    <pubDate>Wed, 01 Jul 2015 23:50:11 GMT</pubDate>
    <dc:creator>Bill T.16</dc:creator>
    <dc:date>2015-07-01T23:50:11Z</dc:date>
    <item>
      <title>404 error reading metadata</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/404-error-reading-metadata/m-p/124633#M3622</link>
      <description>&lt;P&gt;I have been experimenting with the DBRoulette example.  It is working fine when I create the app specifying access to the user's whole dropbox account.  However, for privacy reasons I will want to restrict access to just a specific folder.  When I set it up that way and create the "Photos" directory in the Apps directory, I get a 404 error when trying to read its metadata.&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;[WARNING] DropboxSDK: error making request to /1/metadata/sandbox/Photos - (404) Path '/Photos' not found&lt;BR /&gt;
2015-07-01 07:51:26.710 DBRoulette[2535:209409] restClient:loadMetadataFailedWithError: The operation couldn’t be completed. (dropbox.com error 404.)&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;The "Photos" directory is certainly in the Apps folder.  Isn't that where is should be?&lt;/P&gt;

&lt;P&gt;Maybe I misunderstand the use case.  I'd like the user to be able to drop files in this special folder and I can access them.  However, the wording when you create the App  says "My app only needs access to files it creates."  Does this mean that the user can't create files and have them recognized?  Do I have to use full access in order to accomplish that?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:41:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/404-error-reading-metadata/m-p/124633#M3622</guid>
      <dc:creator>Bill T.16</dc:creator>
      <dc:date>2019-05-29T09:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: 404 error reading metadata</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/404-error-reading-metadata/m-p/124634#M3623</link>
      <description>&lt;P&gt;By default, the Photos folder exists at /Photos, so that DBRoulette example will only work for non-app folder permission apps, since app folders exist at /Apps/{app folder name}. You can create a Photos folder inside /Apps/{app folder name} manually though, e.g., via the web site.&lt;/P&gt;

&lt;P&gt;Anyway, sample app aside, the "My app only needs access to files it creates." selection results in your app having the app folder permission. When a user links an app with the app folder permission to their account, a special app folder is created in the account, under /Apps/. The user can add any files or folders in that app folder and the app will be able to see them.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2015 23:27:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/404-error-reading-metadata/m-p/124634#M3623</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-07-01T23:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: 404 error reading metadata</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/404-error-reading-metadata/m-p/124635#M3624</link>
      <description>&lt;P&gt;Greg,&lt;/P&gt;

&lt;P&gt;Thanks for the response.  I did just figure out my problem.  The uncertainty was what the photosRoot should be in the case of a folder permissions app.  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[self.restClient loadMetadata:photosRoot withHash:photosHash];
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I had assumed it would be either "/Photos" or "/Apps/Photos" or maybe "Photos".  Instead, it appears you specify "/" in this case and the rest is assumed.  With "/" as the root it appears to be accessing the directory correctly.&lt;/P&gt;

&lt;P&gt;Possibly I missed this in the documentation but if not, you might consider clarifying it in the docs.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2015 23:50:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/404-error-reading-metadata/m-p/124635#M3624</guid>
      <dc:creator>Bill T.16</dc:creator>
      <dc:date>2015-07-01T23:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: 404 error reading metadata</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/404-error-reading-metadata/m-p/124636#M3625</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using dropbox in my ios app i can access images and pdf files from route folder but i am not able to access the files from subfolders it give 404 error . So let me know how i can access subfolder contains its not downloading in iPhone.&lt;/P&gt;
&lt;P&gt;If anyone guide me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Puneet&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2016 14:19:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/404-error-reading-metadata/m-p/124636#M3625</guid>
      <dc:creator>cgtpuneet a.</dc:creator>
      <dc:date>2016-03-04T14:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: 404 error reading metadata</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/404-error-reading-metadata/m-p/124637#M3626</link>
      <description>&lt;P&gt;You should certainly be able to access files in subfolders using the API, by specifying the path of the subfolder, e.g., /foldername/subfoldername.&lt;/P&gt;
&lt;P&gt;This thread was about a specific scenario with the sample app, so if you're still having trouble, please open a new thread with more details:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropboxforum.com/hc/en-us/community/posts/new?community_post%5Btopic_id%5D=200209245" rel="nofollow noreferrer"&gt;https://www.dropboxforum.com/hc/en-us/community/posts/new?community_post%5Btopic_id%5D=200209245&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please include the relevant code snippets, as well as the full output/error.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Mar 2016 02:39:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/404-error-reading-metadata/m-p/124637#M3626</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-03-05T02:39:41Z</dc:date>
    </item>
  </channel>
</rss>

