I've been playing with Amazon Drive API and I encountered a problem with the tempLinks.
I have a folder with video files, and I list the files in the folder using the API and with tempLink = 'true', and it works as expected. However sometimes, the tempLink generated for the video returns an error "Nonce ... doesn't map to object" (where the Nonce is the last part of the link). Usually, the video's image thumbnail asset tempLink still works even the the tempLink for the file is broken.
Trying to get the node's metadata (using /nodes/<node_id>) to generate a new tempLink can solve the issue, but sometimes the new tempLink is still broken.
It seems like for some reason some of the tempLinks are being "unmapped" and thus no longer work.
I appreciate your help!