When we upload a document via API, we are able to find it in the dashboard, but viewing / annotating fails with an error saying something like
“Could not find a part of the path 'E:\inetpub\wwwapi\v2.0\App_Data\188931\temp\Cache…”
Files uploaded directly in the dashboard work fine with the viewing / annotating tools.
What trick are we missing?
Hi Support Team,
urban:
When we upload a document via API, we are able to find it in the dashboard, but viewing / annotating fails with an error saying something like
"Could not find a part of the path 'E:\inetpub\wwwapi\v2.0\App_Data\188931\temp\Cache\......"
Files uploaded directly in the dashboard work fine with the viewing / annotating tools.
What trick are we missing?
Still no answer? As a paying customer we expect much faster reaction time than five days....
Best regards,
Evgen Efimov
http://groupdocs.com
Your Document Collaboration APIs
Follow us on LinkedIn, Twitter, Facebook and Google+
Hello,
with the following lines of code we transfer a document, move it into the ‘home’-directory und rename it.
$uploadResult = $storageApi->UploadWeb($clientId, “http://…/dummy_03.pdf”);
$id = $uploadResult->result->id;
try {
$mf = $storageApi->MoveFile($clientId, ‘dummy_03_renamed.pdf’, NULL, $id, NULL);
} catch (Exception $e) {
$error = 'ERROR: ’ . $e->getMessage() . “\n”;
$message = $error;
}
The moved and renamed PDF is accessible via the dashboard, but viewing / annotating fails with the error-message mentioned above.
Hi,
No news in this case?
Just to clarify: what you call a ‘known bug’ is not just an inconvenience for us, but an essential error, stopping our application development. This case is open for weeks now and nobody is telling us, if there is progress or not…
Hi,
Im very sorry, but it does not seem as if the issue has been fixed.
I just uploaded a PDF-document two times: one via the dashboard, one via the API.
Result: the version uploaded via dashboard can be opened in the viewer, opening the version uploaded throws an error.
Please give us a hint, what´s going wrong.
Hi Urban,
I attach two files:
1. screenshot of dashboard showing the two uploaded files
2. screenshot of the error message displayed when trying to open ‘dummy3_umbenannt.pdf’, which is the file uploaded via API
The original file is located at http://kunststoff-institut-luedenscheid.de/download/de/dummy_03.pdf
Hi,
Any news on this issue?
Hi,
The error persists. A document uploaded from a http-source can´t be opened in a viewer / annotation-session.
I´m sorry, but after weeks of silence nothing changed. Very, very disappointing.
Maybe the error could be fixed, if there was some kind of dialog between the support-team and the user. A diaolog without lacks of communication for several days in between…
Best regards,
Evgen Efimov
http://groupdocs.com
Your Document Collaboration APIs
Follow us on LinkedIn, Twitter, Facebook and Google+
I just read your last answer - I will check again and post a feedback
I am still facing the previously described problem: a document uploaded from an http-source via API and moved to another directory (here: root) can not be opened for a annotation-session.
please log in to my dashboard and try it yourself: the document uploaded with today´s date does not work…
Best regards,
Evgen Efimov
http://groupdocs.com
Your Document Collaboration APIs
Follow us on LinkedIn, Twitter, Facebook and Google+
I would like to ask if there are any news concerning this issue?