are file tokens not supposed to work with file level security? so if i make it such that only the user who uploads the file has read access and i then create a token for that file via server sdk i can’t download via the url
is it intended behaviour or am i doing something wrong?
TL;DR
File tokens do not work with file level security overrides. If you set only the uploading user with read access and create a token for the file, you won't be able to download via the URL. This is intended behavior.