I’m getting my files in the board as URL, what I’m trying is to download this file from Python, but only gives a file that’s not compatible, my code is working fine with any other URL, so I think is happening because I’m not loggin in, this is my code:
Hey @danyauribe – you’re right, the reason you can’t get the file is because you’re not logged in.
At the moment downloading files programmatically through the API is not supported. However, it’s one of our most requested features and we’re working on it!
Thanks for keeping us posted! That’s a great solution The “usual” or non-public URLs can only be opened by a user logged in to monday.com, so it is best to use public_urls when downloading programatically.