Notes on spreadsheets
Hello, I am using the Zoho Docs API / Zoho Office API. Utilizing the collaborative document editing feature I am wondering how I can access the "notes" added to a spreadsheet. How are notes stored on a document? Can I access the conversations via API? Thanks for the help!
Fileupload through API in c#
Hi Using the below code for uplaoding a file through API in c#. Getting the error : Invalid URL!!. Have given the correct url mentioned in zoho api (https://www.zoho.com/docs/zoho-docs-api.html#upload). Please let me know what correction is required to upload a file successfully. public async Task<string> UploadFile() { var retunVal = ""; using (HttpClient httpClient = new HttpClient()) { using (HttpRequestMessage request = new HttpRequestMessage(HttpMethod.Post,
Pay just half the price for Zoho's Office APIs now!
It's the holiday season and we're giving you one more reason to celebrate. We are slashing prices of our Office APIs by 50%. Yes, all three amazing editors at just half the price. For more information on pricing and how to get started with our APIs, visit Office API Help. Feel free to contact us at api-support@zohocorp.com and we will figure things out for you. Wishing you all a very happy Christmas and a prosperous New Year!
Mail Merge csv data source upload from url
I did see your article regarding opening document for mail merge from a form submit. It is showing how to upload csv from local filesystem as mail merge data source. I want to know how could i upload csv from an URL inside a form submit. Any help would be highly appreciated.
Remote API - Excel Collab
Hi, Thank you for your API. I have built a system that allows user to collaborate on Word, Excel and PowerPoint documentation and this is generally working well. I have an issue now that when I try to open Excel documents, I get back the url for the first attempt to open, I when I try to get a second url for the other user I get the following error: RESULT=FALSE ERROR_CODE=2502 WARNING=Internal Server Error while processing this request Today is the first day that I have received this particular
Collaborating on a file
Hi everyone, can somebody please give me a sample code for collaborationg on office files. I haven't understood well the documentation content about this. Thanks.
Remote API: The new Zoho Writer is here. What does it mean for you?
We recently launched the new Zoho Writer with a brand new UI, designed to help you write without any distractions. The complete UI revamp includes layout changes and a minimalist approach. We would love to hear what you think about it. The new update also brings some exciting upgrades for our API users - 1. Watermark You can use watermark to give washed-out text or images at the background of the pages in your document. Learn more. 2. Shapes and Text-Boxes Enhance your work with shapes, text
Zoho logo
Hello everyone, I'm here again. Now, I'm using zoho office API in trial version but soon, I'll upgrade to commercial one. So I would like to know if Zoho logo will still remain on the pages I'll open. Thanks.
Zoho office file saving
Hi everybody, I'm a beginner with Zoho APIs. I'm trying some basic tasks as opening a file in office and saving it after edition. There is no problems with the open request but what should I put in 'saveurl' file (save,php) for the opened file to be saved? I'm having error like 'Error in saving content. Please retain a local copy at your end'
context menu of sheet don't contain insert - image?
When i click cell in sheet,Context menu pops up,Then i choose "insert",It Shows less sub menus than i need,Especially there is no "image" sub menu,Why it's not allowed for user to insert a image into sheet,What i should do to achieve this function . Thanks.
Unable to edit zoho show presentations files
Hi I'm integrate Zoho Remote API. It was perfectly work for Zoho Writer and Zoho Sheet Files. But I'm facing the problem when i'm try edit any Zoho Show Files it throw the Following error. please find attachment below. in which i mansion the code i post the data to zoho server and response from them. Thanks regards Kartik
wordpress plugin to zoho crm problem
Hi, Developer needed Developer made plugin in wordpress that syncs products and orders to crm. Unfortunately he is not available no more. Everything is working great only problem is updating products. We have 40.000 products and when we change name of product and try to sync it does not update in crm. If we deactivate Unique in Product code then we have many duplicate products with diferent names. Need to fix plugin with API to update products with same Product code, and to clean up product database.
Problem encountered while deleting the record from the CRM
Hi Team, In the "deleteRecords" API call if i pass an "id" value for an object, where in that object(e.g. Leads) that id is not present,still i'm getting a successful message saying that particular record with that id is deleted,whereas it should throw an error message saying id is not present??? can you please help me with this???
usage of searchRecords with DateTime field.
How can I use searchRecords with DateTime field. It gives me an error every time when I try to use it, Or empty datas... So I think it depends on format of DateTime field. Do you guys jnow what is it? Thanks!
API Token Limit?
Hi - We are assisting this client with an integration and have done same before for our forms program (123-Contact Forms) to ZOHO (and other apps). There is now a problem connecting a new form, and the 123 support people claim it is because there are more than 10 tokens in the app, and that is a limit imposed by ZOHO. Two questions: Is there such an API token limit set by ZOHO? See list of tokens generated in this account -- 13 to date. If so, are there some inactive tokens, or perhaps one that
apptentive integration with zoho support
How can we integrate zoho support with apptentive using api? can anyone help me to achieve this task step by step?
Is there yet a way to mange (email) groups via API
Hi there, I was wondering is there yet a way to manage (mail) groups via the API ? Like creating a new group, add/remove users to groups and so on. Thanks !
Anything to interact with groups ?
Is there anything yet to create and update a group ?
integration of zoho support with client mobile app.
Hi all, we have a separate channel of support for mobile users where mobile app APIs are integrated for communication. How can we integrate client mobile app with zoho support.
Is there a way to user remote API to export as pdf or htm?
I checked docs, seems like to export to pdf user must click Save in Zoho editor and then in the doc was opened with pdf parameter as file type Zoho will send me pdf file to save url? Is that right? Is there a automated way to export office docs to pdf (or html?)
API Office Docs Zoho Editor for Pydio
I successfully added API that is in the cms in php file in my dashboard contabilizzo the number of times you open a file, but I have a problem with any type of file, .doc, .ppt, .xls etc .. I save changes. suggestions? thanks.
Editor Customization
Using the remote editor/api is it possible to customize the available features and appearance of the editor? Thanks.
Assign user to a group via API
This is for one of my client. We are able to create a user (passing email as parameter) using API https://accounts.zoho.com//accounts/feeds//v1/domainname.com/user From the API documentation i uderstand that we can also manage these users using the fetch / update operations. Is it possible to assign a user to a specific group, via api. Eg: the admin console already has groups Trainee Instructor CoordinatorWhen a certain user is created, we would like to assign this user to any one of these groups
Discontinuing "ticket" support?
Is there a migration guide here? Our production system depends on this so quite naturally we're now scrambling to rectify: We have discontinued ticket support for Zoho APIs. We recommend you to replace the program with Authentication Token. For details, please refer our API guide available in https\\://apihelp.wiki.zoho.com
using show remote api RESULT=FALSE ERROR_CODE=3891 WARNING=The specified request URI is incorrect.
I am using the following link: https://show.zoho.com/remotedoc.im my code works fine for docs and sheets but not ppt? not sure what is goin on here is my code(all php variables were received via get) $fields = array(); $fields["url"] = $apath.'/'.$zohofn; $fields["apikey"] ="0e9de6e5d3dd2a89d840c4e1960f98e4"; $fields["output"] ="url"; $fields["mode"] ="normaledit"; $fields["filename"] = $zohofn; $fields["lang"] ="en"; $fields["id"] ="12345678"; $fields["format"] =$ext; $fields["saveurl"] =$_SESSION['siteid'].'/intranet/filetree_zohosave.php';
Sheets - Remote API (disable all export except .pdf?)
Is there a way to embed a spreadsheet in a website that maintains document security, privacy, and allows anonymous access? i.e. Users are already logged into a private website, (some of these users are ZOHO members, some are not). I've tried using the Viewer API, SHARE, Publish, etc... nothing seems to allow you to share a private document (and provide anonymous access) or embed it in an .html or .asp page while maintaining document security for simple file viewing? It seems the user must either
Remote API Form Submit with Zoho Writer
Zoho Writer loads the document but its completely blank. here is my code <form method="POST" action="https://exportwriter.zoho.com/remotedoc.im" enctype="multipart/form-data" target="_self" accept-charset="UTF-8"> File : <input type="file" name="content" size="38"> <br> <input type="hidden" name="apikey" value="c9cdafe97456bdda65e720e8e4bbd166"> <input type="hidden" name="output" value="editor"> <input type="hidden" name="mode" value="normaledit"> <input type="hidden" name="filename" value="UseCases.docx">
Problem saving documents using remote API -- "Document format not supported. Error in saving content."
Hi all, I'm running into a problem using the remote api to save documents. I've managed to set up a session and open the document inside Zoho. But when my users try to save the document within Zoho, Zoho gives the following error: "Document format not supported. Error in saving content." This happens for both .doc and .txt files (the only two I've tried so far). The save routine appears to die within Zoho somewhere...my servlet that is supposed to get the files back from Zoho never reports receiving
automatically generate a ticket
We currently have some php code that pulls info from zoho crm to display on another website. We are struggling with this 7 day limit on api tickets. Am I understanding it correctly that there is no way to automatically generate an api ticket? do we manually have to do this every 7 days and then change the code on our php script? This tool is a long term integration and I am looking for a hands off method of consistently pulling this data. Thanks
Bug is saving Zoho sheet with remote API?
Hi, Is the a problem with saving spreadsheets with the remote API? $_FILES is emtpy... Arkadi
Unable to import content
Dear All, I am new to Zoho API.. So i need to know some clarifications about this error.. I am working on a JSP project which needs to enable to users to view the documents so for that we are using Zoho API.. For viewing i have created a simple JSP page which will return a file in the servlet output stream.. When i call the Zoho API with this URL i am getting Unable to import content error.. Is this is the right procedure? Correct me if i am wrong.. Thanks, Rajesh
Saving Document
The saveurl value i have included in the multi-part form is "http://somesite.com/MySubdomain/Mywebappfolder/Myfunctions/zohosave.php". Unfortunately after clicking the save button in the zohowriter, it returns an error that says "Connection refused from the remote server". How am i going to be able to solve this problem?
Internal Server error when posting content to Zoho server
Hi, We have a (C#) .Net webservice that's attempting to create a collaborative edit session with Zoho writer. However every time we attempt to post the document content to the Zoho servers and get the document URL back, we get an Internal Server Error. This code was working fine previously (about 12 months ago), and obviously the error code is quite ambiguous so doesn't give us much to work with. The exception is being thrown on HttpWebRequest's GetResponse() call. I can post additional code if
Plugin API info
Sorry if this has been answered already. I just couldn't find it. I am using a web file manager and it has a plugin. I created an API but it may not be a remote api since its asking for more info . FYI, it ask for the API key, which I inputed but it also asking for the secret key which I do not see where one is at. Also there is an option for Z-agent. What is that? Here is an screenshot: http://screencast.com/t/TLTceo0QY38T Thanks
Cannot save document
I did many test with Zoho and it works well and when I deployed my application on my server I receive the following error when saving file: Document format not supported. Error in saving content As mentioned from Zoho the description of that message is Message displayed when the document content is saved in an unsupported format. But my POST request is simple with all required params.
XML problems inserrecord potential
I think this is mostly due to the fact that I am unfamiliar with XML and this particular notion of PHP cURL. When I write the XML, do I have to input all the fields or just the ones marked as necessary. For example the oppurtunity has (accountID, ContactID,oppurtunityName, date Due, Mailing) and lets so I didnt want to add mailing, does <fl val="mailing"> still need to be there? I ask this because I just did this: <?xml version="1.0" encoding="UTF-8" ?> <Potentials> <row no="1">
Integrating ZWriter with my Application
Hi, Im trying to integrate ZWriter inside my application in an IFrame using Remote API. I made a post call to https://exportwriter.zoho.com/remotedoc.im with output as "url" and got the reponse back. Further i made another post call to https://exportwriter.zoho.com/editor.im?doc=<doc id>&top=true and passed the response inside the Iframe. However i just see the Loading image and nothing else. On writing the response to a file i noticed the following <button id="quickFixedView" name="docview" data="{'text':false,'appData':{'action':'Toolbar.switchView','params':'FixedView'},'label':'Fixed
Upload a specific sheet in a workbook
Can I upload a specific sheet(in CVS format) to a workbook? Say I want to upload the 3rd sheet in a workbook with 5 sheets. I don't find any reference to it in the upload apis " https://apihelp.wiki.zoho.com/Upload-APIs.html ". Can anyone help?
Format = "pdf" does not work
The FORMAT hidden field is supposed to specify the OUTPUT format, i.e. when the user hits save. However, whenever PDF is specified, which according to the documentation is a valid output format, DOES NOT WORK. Any other format, e.g. rtf, doc etc. does work. Our input document is RTF. Please help.
Zoho writer saving problem
hello i'm trying to use zoho writer but having trouble saving the document. the doc dose open but every time i try to save i have this error Error in saving content. Please retain a local copy at your end and try again later here is my demo code open <form method="POST" action="https://exportwriter.zoho.com/remotedoc.im" target="_self" accept-charset="UTF-8"> <input type="hidden" name="url" value="http://www.testservice.byethost8.com/Test.docx"> <input type="hidden" name="apikey" value="myapikey">
Next Page