We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
eni8ma
6 months agoExplorer | Level 4
Simple Web App for getting info about a Dropbox Folder Content or File but Authorisation says NO??
Hey there all! 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. I am on a Business ...
- 6 months ago
Hi eni8ma,
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 here. Once you have it, you can initialize one of Dropbox SDKs 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. 😉
Hope this clarifies matter.
Здравко
Legendary | Level 20
eni8ma, don't mess different authentication types!
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!
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.
Hope it's a bit more clear now.
eni8ma
6 months agoExplorer | Level 4
Ok so I think I understand this
Bear Authentication to access user specific folders (which I don't need to)
App Authentication to access team spaces. (which I do want to access)
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.
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?
Regards
- Здравко6 months agoLegendary | Level 20
eni8ma wrote:...
It's available in everyone in the group and folders inside have been shared ...Can I access this group data? 🤔 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. 😉
PS: It doesn't matter where data reside in.
- Здравко6 months agoLegendary | Level 20
Hmm... 🤔 Are your team data public??...
Sarcasm... of course...🙂
- eni8ma6 months agoExplorer | Level 4
It's available in everyone in the group and folders inside have been shared with a sharable link. - eni8ma6 months agoExplorer | Level 4
Ok understood thanks, I will need to think this through I appreciate the help!
About Discuss Dropbox Developer & API
Make connections with other developers
795 PostsLatest Activity: 7 days agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!