In API v1, my app enjoys the ability to call /metadata/link on a shared link to find out information about it, WITHOUT requiring the user to login. This is because the v1 endpoint only requires client auth & secret.
In API v2, the migration guide specifies to use /2/sharing/get_shared_link_metadata, which requires USER authentication. Now i'll have to force my users to authenticate. The problem here is: my users don't necessarily have Dropbox accounts! So this would force them to go through the whole sign-up process. My users are not going to do this.
Is there any way in API v2 to get shared link metadata WITHOUT user authentication, like we already have in v1?
thanks
-tim