We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.
Forum Discussion
H. KyeJune
9 years agoNew member | Level 1
I want to read .json file by http api
I want to read .json file by http api
what api??
- Richard P.Super User alumni
Any of them will allow you to fetch the file...
- Greg-DBDropbox Staff
Richard's correct, both the Dropbox API v1 (a.k.a. Core API) and API v2 allow you to access file content. We recommend using an SDK whenever possible (in which case, you should refer to the specific documentation/tutorial), but the relevant HTTP endpoints are:
for v1, /files (GET): https://www.dropbox.com/developers-v1/core/docs#files-GET
for v2, /files/download: https://www.dropbox.com/developers/documentation/http/documentation#files-download
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,875 PostsLatest Activity: 2 years 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!