Hi there,
Could you give an example of a date, in particular for the expires field for the Create Shared Link With Settings endpoint? I'm struggling to get it to work, keep keeping bad requests.
From the docs: %Y-%m-%dT%H:%M:%SZ
My implementation in PHP:
date('Y-m-dTH:i:sZ', time() + $a_number_of_seconds)
(which outputs 2021-05-15BST11:23:323600)
I assume I shouldn't put the percentage symbols in the date?
If you could give me the PHP date format that would be great 🙂 Otherwise a full date example (not just the format) would help.
Thanks