I am testing some endpoints in the Dropbox API Explorer. Using the endpoint
/get_metadata
I get an id for a file like
id: -x-m_bOc0rAAAAAAAAAA-A
Now I want to use the endpoint
/update
Therefore the id is required. When I enter the id:
-x-m_bOc0rAAAAAAAAAA-A
I get the error, that no file is found with that id.
What is the problem here? I don´t get it