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

Forum Discussion

fapb88ve's avatar
fapb88ve
Explorer | Level 4
8 years ago

Python API V2 Metadata of root folder

Hello,

 

I see here that the previous version of the API had a way to check for the metadata of the root folder, but it seems that for this version of the API it is not supported. Is there anyway in particular that I could access that in the root folder? Thank you.

    • fapb88ve's avatar
      fapb88ve
      Explorer | Level 4

      Thanks, Greg. That solved it. One last question: I'm using the funciton you mentioned as follows:

      'client.files_list_folder('').entries' ; it yields a FileMetadata response with the files' properties. Having that said, I noticed in the tutorial that you could pull the name of each file, but I'm also interested in pulling the size as well. I'm trying the following:

       

       

      for i in client.files_list_folder("").entries:
          print(i.size)

       

      But it's not working out. To me it's weird because I'm able to pull out the name property much in the same way. I'm not sure what's exactly wrong.

       

      Sorry if this is a basic question, I'm starting out with python and the Dropbox API.

       

      Thank you,

       

       

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: 12 months 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!