We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

Forum Discussion

rgahan's avatar
rgahan
Explorer | Level 4
3 years ago

Cast dropbox class to JSON

I am using the Python Dropbox package to pull team events: ``` dbx = dropbox.DropboxTeam(self.access_token) result = dbx.team_log_get_events() ``` I need to pass the value of `result` along as a...
  • Greg-DB's avatar
    3 years ago

    [Cross-linking for reference: https://stackoverflow.com/questions/70041701/cast-dropbox-class-to-json ]

     

    The methods for calling the API in the Dropbox Python SDK don't return JSON-serializable objects (or the original JSON from the server), but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.

     

    You can transform the information in the returned native object however you wish, but you'd need to write the code to do so though unfortunately, as you mentioned.

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,877 PostsLatest Activity: 8 hours ago
325 Following

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 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!