Hello,
I am looking for a solution to my problem.
I am still in a testing stage, so I am open to different solution.
I need to share a file with only users who subscribe to a form. They subscribe on my website with their email and I add the email to the file requested.
To do that I thought the "add_file_member" endpoint could be the solution.
Actually I have two issues:
1. Access need to be temporary (I thought to flush email at scheduling), so I am not sure if "add_file_member" could suites my needs. Maybe "get_temporary_link" could work better? Does "get_temporary_link" allows download only to authorized emails? How long does the link last?
2. I was testing with the access token, but I did not get it lasts only for 4 hours. Still I do not need users to get OAuth, because I (the file owner) am the only one to give access to the file with the email provided. Does it sounds weird? Because I cannot find a simple solution that does not involve the user in an unnecessary authorization process since I am the one who has to give access and not them to log in.
Could you suggest a way to achieve what I want or point my errors?
Thanks!