I’m trying to follow the method here: Requesting code example for file upload via Monday's SDK client side
in order to make a file upload from the client side. However I can’t figure out how to get the auth token (in order to make requests to https://api.monday.com/v2/
within my client side app. I don’t want to put my users through an oauth process (plus I don’t even have a server) and I can’t pull it from a previous request because everything happens via intermessage communication with the iframe. Any help with figuring this out?
Thanks!