Hi everybody,
I need to access a file metadata using endpoint "files/get_metadata". I need to get video resolution and duration. My code works fine is the file is in my home folder, but it doesn't work if the file is in a shared folder.
I can get the files list in the shared folder with endpoint "files/list_folder" and using the shared_link parameter.
So, how can I get metadata for a file in a shared folder?