hey,
I want to revoke sharing urls without knowing the urls, so I wanted to list all shared links for the specific cursor which I have from using the search v2 endpoint.
But I get following response:
{
"error_summary": "reset/.",
"error": {
".tag": "reset"
}
}
When I try to create a sharelink via endpoint /2/sharing/create_shared_link_with_settings I get the following response:
{
"error_summary": "shared_link_already_exists/",
"error": {
".tag": "shared_link_already_exists"
}
}
Well that one is correct it exists but I don't know the url.
So what can I do now?