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

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -