Upload An Attachment in Zoho Projects Task - API
Hello Team
I am trying to upload an Attachment in Zoho Projects Task by the API but this is not working can you please check the code that I am missing in this?
Sample Code
- PortalID = "725833080";
- ProjectID = "1688514000000448005";
- TaskID = "1688514000000558005";
- getrcords = invokeurl
- [
- url :"http://insight.dev.schoolwires.com/HelpAssets/C2Assets/C2Files/C2ImportCalEventSample.csv"
- type :GET
- ];
- getrcords.setParamName("file");
- paramap = Map();
- paramap.put("uploaddoc",getrcords);
- hearmap = Map();
- hearmap.put("Content Type","application/json");
- ProjectDetails = invokeurl
- [
- url :"https://projectsapi.zoho.com/restapi/portal/" + PortalID + "/projects/" + ProjectID + "/tasks/" + TaskID + "/attachments/"
- type :POST
- parameters:getrcords.toString()
- connection:"zohoprojects"
- ];
- info ProjectDetails;
Team, please check what is the issue with the API.
Response:{"thirdparty_attachments":[],"TASK_DOCS":[]}
Apart from this if there is anything required from my side please let me know, I will feel Happy to help you.
Thanks & Regards
Piyush Goyal
Zoho Desk Resources
-
Desk Community Learning Series
-
-
-
-
-
-
-
-
-
Sticky Posts
Building extensions #10: Fetch customized user inputs, store them globally at the app level, and access them across entities
This data storage concept enables you to store data related to your extension for both entity properties and extension properties. In our previous piece, we looked at how to store data for entities using entity properties. In this post, we'll look at
Building extensions #9: Store, retrieve, and access entity-specific data in widgets using data storage
Data storage - Overview Storing data related to the extension you are working on is essential. It can be saved as key-value pairs for an entity or extension, known as entity and extension properties, respectively. Data can be saved for the following entities
Building extensions #7: Create custom widgets for a simplified end-user experience
Discover the benefits of using widgets! We explored the significance of widgets, prerequisites, and the availability of JS SDK methods as part of our previous post. In this post, let's go over a detailed example of using widgets along with certain Zoho
Building extensions #6: Custom user interfaces with Widgets
Welcome to our post on Widgets for Zoho Projects! In our last post, we explored the significance of the connections feature, showed how to use it, and provided an example use case. In this article, we'll look at the importance of widgets, another feature
Building extensions #5: Integrating applications with Zoho Projects through Connections
In our last post, we discussed the essential features that a Zoho Projects extension can provide. Starting with this post andin every subsequent post going forward, we'll go through each of those features in depth, one by one, with an example use case.
Zoho CRM Plus Resources
Zoho Books Resources
Zoho Subscriptions Resources
Zoho Projects Resources
Zoho Sprints Resources
Zoho Orchestly Resources
Zoho Creator Resources
Zoho WorkDrive Resources
Zoho Campaigns Resources
Zoho CRM Resources
Writer Get Started. Write Away!
Writer is a powerful online word processor, designed for collaborative work.