when i call "getfilelink" api on the web, An error occurs.
client.getfilelink(4130653400).then(function(resp){ });
https://api.pcloud.com/getfilelink?access_token=??????&fileid=4130653400&forcedownload=1
Error:
{result: 7010, error: "Invalid link referer."}
Please fix this problem.
and I also hope that the direct-download link supports CORS for XHR.