Zoho Remote API - UTF-8 Encoding
We have had feedback from quite a few developers and partners integrating Zoho's Remote API into their application about the document file name getting messed up when saving it back to their own servers. The reason for this discrepancy is attributed to: The name of the document being in language other than English. Presence of some special characters in the document file name.To offset this problem, partners and developers can encode the document file names using the 'UTF-8' character encoding mechanism.UTF-8
Zoho Remote API Update - Custom Save Notification Messages
We are happy to announce that partners and developers, integrating Zoho's Remote API into their application, can now send a custom save notification message to Zoho document servers. The custom message will be displayed when a user saves the document from any of the Zoho's Office Productivity Service (Writer, Sheet, Show) editors. Currently, Zoho handles both the scenarios of a document save and displays: Success Message (HTTP response code 200) - When the document is saved successfully. Error Message
Problem with uploading presentation file (ppt/pps) to Zoho Show with HttpWebRequest in .NET
I try to upload ppt/pps file from my website, and it work well, but when I use HttpWebRequest object (.NET) to upload and get the response, it crashs. My code: public static void Upload(string username, string password, string apiKey, string filePath) { var ticket = GetTicket(username, password); if (string.IsNullOrEmpty(ticket)) return; var requestUrl = "http://show.zoho.com/api/private/xml/uploadpresentation?apikey=" + apiKey + "&ticket=" + ticket; var request = (HttpWebRequest)WebRequest.Create(requestUrl);
Zoho Remote API: Sheets OK, Writer & Show problems
Hi all. I've been integrating the Remote API in a custom application for some days. First I added the Zoho Sheet functionality. Basically all it does is read the contents of an XLS file, and then it makes a PHP Curl call via POST to pass the file to your system and get the URL of the editor, which is loaded as soon as your server returns a response. With Zoho Sheet I found zero problems. Everything works perfectly! Great job. But today I started working with Zoho Writer and Zoho Show (via Remote
Zoho Remote Writer doesn't let any newly uploaded document be saved without modifications
Hello, My problem is that when opening a document from a file using Zoho Writer Remote API and I want to save it, it says document_already_saved when it has been just opened: Some of the times (i think most of them) the truth is, I opened this from an existing file somewhere and i want it to actually execute the "save" procedure that stores it on the remote server. A workaround I use and I have to tell the users to 'use' is adding a space in the end of a paragraph so Zoho Writer recognizes the
my document is not saved
i follow the example of api remote to save my document. but, if i look the debug, i am the message : {"statusValue":"datasaved","statusCode":"200"} what's the problem ? my code to save the doc is : <?php $tmp_filename = $_FILES['content']['tmp_name']; $upload_status = move_uploaded_file($tmp_filename,"/homez.xxx/champagnvn/www/test2.doc"); ?>
New document
Is there a way to start a new document in de Zoho Remote API?! Get the (url to the) editor with a blank document without having to upload an empty template myself?
Version check for zoho remote api writer
Hello, It would be very useful for me if we could provide both documents and check for changes between them, I think it wouldn't be too hard to implement since there is already a feature like this in the history review of zoho writer (the not remote one). Any inputs on this? Thanks for your attention.
API - Wrong document edited in Zoho
We use remote API to edit documents in Zoho Writer but few times (rarely) the document edited doesn't match the document we uploaded. It edits a document of someone else. For example, I'm french and work only on french documents but 4 times, documents I edited were written in german, dutsh or danish and so, belong to other people. Do we something wrong during the submit that could cause this issue ? Thanks for the help. Regards. Guillaume.
Borders & Font-Color --> Zoho Sheet Remote API
Hi, the font-colors and borders seem to get lost when i save the sheet via the remote API. Is this bug? Andy
Announcements
Edit PDFs from within your web app using Zoho Office Integrator
Hi users, We are excited to introduce PDF editing capabilities in Zoho Office Integrator. You can now open, edit, and collaborate on PDFs from within your web app—in addition to documents, spreadsheets, and presentations—and save them in your configured
Enable users to create and edit presentations in your web app using Zoho Office Integrator
Hi users, Did you know that your users can create, edit, and collaborate on presentations from within your web app? With Zoho Office Integrator's embeddable presentation editor, you can easily add these capabilities. Here are the highlights: Create presentations:
Calculate your investment's value with the NPV, PV, and FV functions in Zoho Office Integrator
Hi users, We are pleased to introduce three new formulas in Zoho Office Integrator's document editor: Net Present Value (NPV), Present Value (PV), and Future Value (FV). These formulas allow you to calculate the value of your investment over a specific
How to convert spreadsheets to any format from your web app with Zoho Office Integrator
Hello users, In this article, we will explore how to use Zoho Office Integrator's Spreadsheet Conversion API to convert spreadsheets to different formats such as CSV, XLSX, and ODT right from within your web app. Highlights of the Spreadsheet Conversion
Dynamically calculate the difference between two dates with a DATEDIF function in Zoho Office Integrator
Hi users, We're pleased to introduce a new formula in Zoho Office Integrator's document editor: DATEDIF. This formula allows you to calculate the difference between two dates in days, months, and years—and eliminate errors due to manual calculations.
Sticky Posts
Latest updates to Zia in Office Integrator
Hello Zoho Office Integrator users! We’re pleased to share exciting updates to the proofing capabilities of Zia, our AI-driven writing assistant, in Office Integrator. With these updates, you can now get spell and grammar check in Brazilian Portuguese,
Role management in Zoho Office Integrator
Hey Office Integrator users! We're pleased to announce that users now have the ability to assign role-based permissions, which empowers them to execute specific operations within Office Integrator and manage tasks like adding or removing user accounts
Introducing post-paid billing in Zoho Office Integrator
Hey users, We're pleased to announce that you can now maintain uninterrupted business operations even after API calls associated with your Office Integrator subscription plan have expired. With our new flexible post-paid billing option, you have the flexibility
Zoho Office Integrator: Moving to the all-new Zoho Sheet
We introduced the latest version of Zoho Sheet—Sheet 5—in early 2019. This new version consists of a new user interface, improved performance, and an array of useful features. As a part of this, we will upgrade our Remote API integrations to the new version's editor interface on February 29, 2020. Update: The remote API integrations upgrade to the new version's interface will be done on April 15, 2020. Here are some exciting enhancements the new version of Sheet offers for our API users: An AI-powered
Businesses prefer Zoho Office Integrator over Microsoft WOPI - Here's why
Businesses often have difficult decisions to make when building web applications that provide document management capabilities for their users. For example, what's the best solution to integrate with online office editors— Zoho Office Integrator or Microsoft