PDDocSave with PDSaveCopy Flag Fails When Saving a document opened from Google Drive
Hi, I'm working on an Acrobat plugin that uses the PDDocSave function with the PDSaveCopy flag to save a temporary copy of an open PDF file (I use ASGetDefaultFileSys and ASFileSysGetTempPathName to get a temporary file name to pass to the function).
This method works well in most cases, and sometimes it works when I have a file that has been opened from a cloud drive (like Google Drive).
Sometimes this method fails when saving a copy of a Google Drive document.
PDDocSave doesn't return any error codes or anything, but the temporary file never gets created.
I also tried registering for the PDDocDidSave notification, and don't see any errors reported.
Does anyone have any ideas how to troubleshoot this further? Thanks!
