-
RE: Export a document using the API
Resolved: I was able to finally figure what was causing this issue. The file creation was embedded into another function so the connection wasn’t closing, thereby hanging onto the file.
I hope this helps.
-
RE: Export a document using the API
Also, I’m closing and disposing all the variables that are used to download the document. -
Export a document using the API
I’m trying to export a document using the API.
I can get the document to export, but its then being held so I’m unable to do anything further with it unless I stop my program.
I tried various things to have it release the document once downloaded, but nothing seems to work.
The only thing I didn’t try was close the connection, but if I do that I would have to open and close the connection for each document I’m trying to download.
Any ideas?