Hi,
I am trying to upload files to a folder that my app has the ability to see a shared folder with get_shared_item(), but when I try to use this line:
I get a 404. Is this the correct way that I would upload a stream as a file to a shared folder? The 404 says that d_{shared_folder.id} is not found. I am using the JWT auth method with the Python SDK if that matters.
Thanks!
Stephen Stern