We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
dn1
9 years agoNew member | Level 2
need help with Microsoft Power BI integration
Hi. I am looking for a code example on how to use Dropbox API v2 and a token to make Power BI Service connect to a folder inside Dropbox. I have a new client that wants to witch from OneDrive but so...
dn1
9 years agoNew member | Level 2
yeah yeah... I´ve read all this links, but still couldn´t make it work.
the only way I make it work is to read single files, as instructed by Masplin in this link.
But I need to read a full folder, and then open all files at once.
The API v2 does not work for me at all. I tried a lot to use list_folder syntax.
The API v1 is no longer supported and I shouldn´t use it either.
Greg-DB
Dropbox Community Moderator
9 years agoWhat specifically isn't working? If you're running in to any trouble, please share the relevant code and error/output.
The Dropbox API offers an endpoint for reading file content. This requires one API call per file, so if you want to access the file content for all of the files in a folder, you'll need to loop through the desired files and call /2/files/download for each one.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If 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, Facebook or Instagram.
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!