python - What's quota_info.datastores in the Dropbox API? -


i'm getting account information dropbox api. docs mention 3 values quota_info api returning 4:

'quota_info': {'quota': 2684354560, 'normal': 1657874, 'datastores': 0, 'shared': 162730881} 

what's datastores value for? should take account anything?

it's deprecated datastore api, , value should zero. (it's kept in avoid breaking clients expect it.) can ignore it!


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - How can I echo out this array? -

javascript - IE11 incompatibility with jQuery's 'readonly'? -