Hi,
I am trying the list_folder & get_file_metadata APIs, but both of them doesn't seem to be returning path_lower/path information in FileMetadata. The value is null. I tried from my java code and from the API explorer. Response from API explorer is below. (from https://dropbox.github.io/dropbox-api-v2-explorer/#sharing_get_file_metadata)
The account I am trying to connect is a Business Account.
{
"access_type": {
".tag": "editor"
},
"id": "id:IDHERE",
"name": "filename",
"owner_team": {
"id": "dbtid:OWNERIDHERE",
"name": "abc"
},
"parent_shared_folder_id": "42234440401",
"policy": {
"member_policy": {
".tag": "anyone"
},
"resolved_member_policy": {
".tag": "anyone"
},
"acl_update_policy": {
".tag": "editors"
},
"shared_link_policy": {
".tag": "anyone"
},
"viewer_info_policy": {
".tag": "enabled"
}
},
"preview_url": "https://www.dropbox.com/scl/fi/k7wbl8c7hm9z4jvekfwwz/filename...",
"time_invited": "2022-08-10T17:34:35Z"
}