<?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: Simple Web App for getting info about a Dropbox Folder Content or File but Authorisation says NO in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/771037#M4057</link>
    <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1837350"&gt;@eni8ma&lt;/a&gt;&amp;nbsp;Здравко is correct; for long-term unattended access, you should request offline access in order to get a refresh token. This only needs to be authorized by the user once manually. Refer to the following resources for more information:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://developers.dropbox.com/oauth-guide" target="_blank"&gt;https://developers.dropbox.com/oauth-guide&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#authorization" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#authorization&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://dropbox.tech/developers/using-oauth-2-0-with-offline-access" target="_blank"&gt;https://dropbox.tech/developers/using-oauth-2-0-with-offline-access&lt;/A&gt; &lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Thu, 16 May 2024 15:03:44 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2024-05-16T15:03:44Z</dc:date>
    <item>
      <title>Simple Web App for getting info about a Dropbox Folder Content or File but Authorisation says NO??</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/770874#M4055</link>
      <description>&lt;P&gt;Hey there all!&lt;/P&gt;&lt;P&gt;I am quite new to all this. However I have working on a Webflow site that uses xano for the database and wized to run API calls and javascript functionality.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I am on a Business Plus Account&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I was very excited that I could use API calls such as&amp;nbsp;&lt;FONT face="inherit"&gt;2/files/list_folder to get a list of content within a directory. I was generating the token and found it strange that I had to keep &lt;/FONT&gt;renewing&lt;FONT face="inherit"&gt;&amp;nbsp;it but after a quick search I did see you could resolve this.&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;However now I am actually to implement this and its very difficult for starters but looks its made to prevent my use case since it requires the user to authenticate itself through Dropbox website.&lt;BR /&gt;&lt;BR /&gt;Now as mentioned this is a team space and this is an internal web app. I would ideally like to have the authorisation done in the backend. Not pushing the user to authenticate themselves to see the contents of the files through my web app.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am happy to use any method that would enable this. I did see something about 'offline' access but I dont fully understand this. Could anyone please point me towards the right direction?&lt;BR /&gt;&lt;BR /&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 21:44:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/770874#M4055</guid>
      <dc:creator>eni8ma</dc:creator>
      <dc:date>2024-05-15T21:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Web App for getting info about a Dropbox Folder Content or File but Authorisation says NO</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/770890#M4056</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1837350"&gt;@eni8ma&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Yes, it's possible to pre-generate needed data (primarily refresh token) and latter use it. Keep in mind that you have to avoid credentials exposing (either access or refresh token) while your application works (that would be security issue). Take care with that part of design! Example of refresh token generation by yourself may be seen &lt;A href="https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Issue-in-generating-access-token/m-p/592921/highlight/true#M27586" target="_blank" rel="noopener"&gt;here&lt;/A&gt;. Once you have it, you can initialize one of &lt;A title="SDKs" href="https://www.dropbox.com/developers/documentation#sdks" target="_blank" rel="noopener"&gt;Dropbox SDKs&lt;/A&gt; of your choice and proceed further without further user interaction. Also, you can perform API calls on your own (without official SDK), but you should take care to refresh access token as described (all SDKs do this internally) - the choice is yours. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt;&lt;/P&gt;&lt;P&gt;Hope this clarifies matter.&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 23:29:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/770890#M4056</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2024-05-15T23:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Web App for getting info about a Dropbox Folder Content or File but Authorisation says NO</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/771037#M4057</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1837350"&gt;@eni8ma&lt;/a&gt;&amp;nbsp;Здравко is correct; for long-term unattended access, you should request offline access in order to get a refresh token. This only needs to be authorized by the user once manually. Refer to the following resources for more information:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://developers.dropbox.com/oauth-guide" target="_blank"&gt;https://developers.dropbox.com/oauth-guide&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#authorization" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#authorization&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://dropbox.tech/developers/using-oauth-2-0-with-offline-access" target="_blank"&gt;https://dropbox.tech/developers/using-oauth-2-0-with-offline-access&lt;/A&gt; &lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 16 May 2024 15:03:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/771037#M4057</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-05-16T15:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Web App for getting info about a Dropbox Folder Content or File but Authorisation says NO</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/771051#M4058</link>
      <description>&lt;P&gt;Thank you so much for your response!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This gives me hope indeed, looks like I could actually implement this. Will try it out and thanks for the link, there is quite a in depth tutorial to do this so again thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 15:44:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/771051#M4058</guid>
      <dc:creator>eni8ma</dc:creator>
      <dc:date>2024-05-16T15:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Web App for getting info about a Dropbox Folder Content or File but Authorisation says NO</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/771052#M4059</link>
      <description>&lt;P&gt;Ok, it does make sense so I can just do the initial setup and let the refresh tokens run periodically. Thanks for the links!&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 15:45:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/771052#M4059</guid>
      <dc:creator>eni8ma</dc:creator>
      <dc:date>2024-05-16T15:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Web App for getting info about a Dropbox Folder Content or File but Authorisation says NO</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/771086#M4060</link>
      <description>&lt;P&gt;Hello again, I was hoping you help with trying to get this to work a bit.&lt;BR /&gt;&lt;BR /&gt;I keep getting the following error:&amp;nbsp;{"error":"unsupported_grant_type","error_description":"missing required field \"grant_type\""}&lt;BR /&gt;&lt;BR /&gt;I tried a few different options with the help of Chat GPT but it keeps giving me this, my app key and secret are valid also my access code has been generated and its entered correctly too!&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CleanShot 2024-05-16 at 18.28.26@2x.png" style="width: 393px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/46129iBADECC95B03EC2CE/image-size/large?v=v2&amp;amp;px=999" role="button" title="CleanShot 2024-05-16 at 18.28.26@2x.png" alt="CleanShot 2024-05-16 at 18.28.26@2x.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 17:30:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/771086#M4060</guid>
      <dc:creator>eni8ma</dc:creator>
      <dc:date>2024-05-16T17:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Web App for getting info about a Dropbox Folder Content or File but Authorisation says NO</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/771094#M4061</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1837350"&gt;@eni8ma&lt;/a&gt;, You don't need to implement that part if it isn't needed on client side. So skip that part and use &lt;STRONG&gt;curl&lt;/STRONG&gt; instead.&lt;/P&gt;&lt;P&gt;It's not a good idea usage of any AI, by the way!!! Does your own intelligence miss? &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@D88F213CAFB196B6AB70612B08AD9D31/emoticons/1f601.png" alt=":beaming_face_with_smiling_eyes:" title=":beaming_face_with_smiling_eyes:" /&gt;&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 17:49:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/771094#M4061</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2024-05-16T17:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Web App for getting info about a Dropbox Folder Content or File but Authorisation says NO</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/771098#M4062</link>
      <description>&lt;P&gt;Yes I actually gave up on it and used an online curl command runner. I have received the refresh token alongside a 4 hour access token and then I tried to refresh the access token using again the online curl editor and it worked but please just to confirm now that I have the refresh token this can be used to refresh tokens and does not expire right? Therefore I would not need to authorise my app again.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I know I should not rely on AI but it has helped with some issue but in some cases it can point you in the wrong direction for sure&amp;nbsp;&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@C527F4E218A7A25EFA336AFC7E7A2F9B/emoticons/1f602.png" alt=":face_with_tears_of_joy:" title=":face_with_tears_of_joy:" /&gt;&lt;BR /&gt;&lt;BR /&gt;I hope I can learn more as I do need to have the refresh function running on my platform to give me new access tokens. Am gonna try now to see if I can get the function to work in the Javascript in wized!&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 18:06:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/771098#M4062</guid>
      <dc:creator>eni8ma</dc:creator>
      <dc:date>2024-05-16T18:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Web App for getting info about a Dropbox Folder Content or File but Authorisation says NO</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/771101#M4063</link>
      <description>&lt;P&gt;Refresh token doesn't expire; only access token expire.&lt;/P&gt;&lt;P&gt;For regular API calls only access token may be used! SDK client may be initialized with refresh token - it acquires access token as needed when initialized properly.&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 18:16:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/771101#M4063</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2024-05-16T18:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Web App for getting info about a Dropbox Folder Content or File but Authorisation says NO</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/771291#M4065</link>
      <description>&lt;P&gt;Thank you guys I have managed to get this working but I do have another question on this topic.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;--header "Authorization: Basic &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;NmZoNnl5ZmNh.......&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;So from the developer tools I have managed to test some APIs however before i was always using the sl ....... token which I had to specify the user - Dropbox-API-Select-User and path the path root Dropbox-API-Path-Root.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This token from the documentation page&amp;nbsp;Basic &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;NmZoNnl5ZmN.... seem to work fine without refreshing it. So my question whats the difference and which one should I be using.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;My use case would be to access the Shared Workspace Folders and Contents not the user specific folders?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 14:13:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/771291#M4065</guid>
      <dc:creator>eni8ma</dc:creator>
      <dc:date>2024-05-17T14:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Web App for getting info about a Dropbox Folder Content or File but Authorisation says NO</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/771294#M4066</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1837350"&gt;@eni8ma&lt;/a&gt; A "Basic" value used in the "Authorization" header corresponds to "&lt;A href="https://www.dropbox.com/developers/reference/auth-types#app" target="_blank"&gt;App Authentication&lt;/A&gt;". A "Bearer" value used in the "Authorization" header corresponds to "&lt;A href="https://www.dropbox.com/developers/reference/auth-types#user" target="_blank"&gt;User Authentication&lt;/A&gt;" (or "&lt;A href="https://www.dropbox.com/developers/reference/auth-types#team" target="_blank"&gt;Team Authentication&lt;/A&gt;").&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;User (or Team) Authentication are used to access a specific user account (or team).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;App Authentication is used by certain endpoints/use cases where a specific account/team is not needed, and so this only involves authenticating the app itself. This only uses the app key/secret, not an access token, and so does not expire and does not need to be refreshed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can see which authentication type(s) any given endpoint supports in &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation" target="_blank"&gt;the documentation&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 14:20:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/771294#M4066</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-05-17T14:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Web App for getting info about a Dropbox Folder Content or File but Authorisation says NO</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/771295#M4067</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1837350"&gt;@eni8ma&lt;/a&gt;, don't mess different authentication types!&lt;/P&gt;&lt;P&gt;If you need to manage public data (like shared link and files etc) then basic authentication is enough. If you need to manage account specific data, you need bearer authentication!&lt;/P&gt;&lt;P&gt;Note: Basic authentication authenticates your application only, while bearer - authenticates the user. So you CANNOT do anything user related (including any file/folder direct access) without bearer authentication.&lt;/P&gt;&lt;P&gt;Hope it's a bit more clear now.&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 14:20:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/771295#M4067</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2024-05-17T14:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Web App for getting info about a Dropbox Folder Content or File but Authorisation says NO</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/771300#M4068</link>
      <description>&lt;P&gt;Ok so I think I understand this&lt;BR /&gt;&lt;BR /&gt;Bear Authentication to access user specific folders (which I don't need to)&lt;BR /&gt;App Authentication to access team spaces. (which I do want to access)&lt;BR /&gt;&lt;BR /&gt;So in my workspace I have a team space folder which has multiple folders, these folders have been shared and I want to list these directories via the API call.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What I was doing before is using bearer but then accessing the root folder of the shared workspace, which am guessing is not right method and I should be using the App authentication?&lt;BR /&gt;&lt;BR /&gt;Regards&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 14:27:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/771300#M4068</guid>
      <dc:creator>eni8ma</dc:creator>
      <dc:date>2024-05-17T14:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Web App for getting info about a Dropbox Folder Content or File but Authorisation says NO</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/771303#M4069</link>
      <description>&lt;P&gt;Hmm... &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt; Are your team data public??...&lt;/P&gt;&lt;P&gt;Sarcasm... of course...&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 14:29:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/771303#M4069</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2024-05-17T14:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Web App for getting info about a Dropbox Folder Content or File but Authorisation says NO</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/771306#M4070</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CleanShot 2024-05-17 at 15.31.27@2x.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/46144i2565F6E30264D432/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CleanShot 2024-05-17 at 15.31.27@2x.png" alt="CleanShot 2024-05-17 at 15.31.27@2x.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;It's available in everyone in the group and folders inside have been shared with a sharable link.&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 14:33:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/771306#M4070</guid>
      <dc:creator>eni8ma</dc:creator>
      <dc:date>2024-05-17T14:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Web App for getting info about a Dropbox Folder Content or File but Authorisation says NO</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/771308#M4071</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1837350"&gt;@eni8ma&lt;/a&gt;&amp;nbsp;wrote:&lt;P&gt;...&lt;BR /&gt;It's available in everyone &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;in the group&lt;/FONT&gt;&lt;/STRONG&gt; and folders inside have been shared ...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Can I access this group data?&amp;nbsp;&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt; If you need to manage something non accessible with public link, you need bearer authentication. If you only need access link pointed data (link created in advance), then basic is enough. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS: It doesn't matter where data reside in.&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 14:46:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/771308#M4071</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2024-05-17T14:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Web App for getting info about a Dropbox Folder Content or File but Authorisation says NO</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/771309#M4072</link>
      <description>&lt;P&gt;Ok understood thanks, I will need to think this through I appreciate the help!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 14:46:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Simple-Web-App-for-getting-info-about-a-Dropbox-Folder-Content/m-p/771309#M4072</guid>
      <dc:creator>eni8ma</dc:creator>
      <dc:date>2024-05-17T14:46:35Z</dc:date>
    </item>
  </channel>
</rss>

