Posts & RepliesListing files using Dropbox Python I am trying to access files stored on my Dropbox using the offical Dropbox SDK for Python.. I tried a few ways of putting in the directory name whose contents I wanted to have listed based off of a s...SolvedRe: Listing files using Dropbox Python Thanks for helping resolving the issue. Re: Listing files using Dropbox Python I didn't share the access token considering security reasons, and replaced it instead. For e.g. the app key looks like in my case like 'ge.BP55pDouXGwKHtJ-Z2ohkoWUDiDIUvHDATvcBeCsNxEpCT7-HLGuWHWI...Re: Listing files using Dropbox Python Thanks for sticking around, and patiently responding to my queries. I get the following error: Error (400) It seems the app you were using submitted a bad request. If you would like to report t...Re: Listing files using Dropbox Python This is what my OpenID Scopes reads: Scopes used for OpenID Connect. At this time, team-scoped apps cannot request OpenID Connect scopes. OpenID scopes must be explicity set in the "scope" para...Re: Listing files using Dropbox Python Do I need some special permissions to download the files using this API, if I am a newly added member to the Dropbox group? I have given myself the permission for files.content.read. Re: Listing files using Dropbox Python Is a token sufficient to establish connection with my Dropbox or is there any other step before that?