Error: The name can be no more than 260 characters in length

Hi guys,


I’m just taking the GroupDocs .NET SDK for a spin and have successfully uploaded my first document using the UploadUrl method.

However, when I go to view the uploaded document I get the following error:
The name can be no more than 260 characters in length

I’ve tried turning the “Show Document Name in Embedded Viewer” setting off in My Account → Apps → Viewer, but this had no effect.

The URL of the document is https://apps.groupdocs.com/document-viewer/embed/1faea80c740f94b5f1ca0d9e670db484c49cc0e4b59da6bc324b6474c9cb78fc

Thanks,
Chris

Hello,
This request was resolved via live chat - http://chat.banckle.com/chat/api/transcript/xmUSJfTpqkNlRTtPuhEX999Q55GcRc

Yes, thanks again for your help Pavel.


It turns out the URL was returning a 404. Uploading the document using the UploadFile() method works as expected.

Cheers!