Get file contents off a file upload field

Get file contents off a file upload field

Hi

I have been struggling with getting uploaded file contents in ZOHO CRM using DELUGE.
I have a custom module that has a file upload field were users should upload an XML file

I have been able to retrieve the URL of the file but not the contents. There seems to be no way to get it directly so I have been trying to download the file again via API

  1. if(factura.get("Archivo_XML")!=null)
  2. {
  3.     file = factura.get("Archivo_XML");
  4.     info file;
  5.     url = file.toCollection().get("download_Url");
  6.     url = "https://crm.zoho.com" + url;
  7.     info url;
  8.     // to fetch file from the cloud using invokeUrl task
  9.      fileVariable = invokeUrl
  10.      [
  11.       url: url
  12.       type: GET
  13.       connection : "zoho_crm"
  14.      ];
  15.     
  16.      // to fetch the file content
  17.      response = fileVariable.getFileContent();
  18.      info response;
  19.     
  20. }
I can get the file with that URL just fine, but when I inspect fileVariable, I see that it's getting https://crm.zoho.com as a non authenticated user.

What do I have to send in addition to what I send already to be able to get the XML data?





                            Zoho Desk Resources

                            • Desk Community Learning Series


                            • Digest


                            • Functions


                            • Meetups


                            • Kbase


                            • Resources


                            • Glossary


                            • Desk Marketplace


                            • MVP Corner


                            • Word of the Day



                                Zoho Marketing Automation
                                        • Sticky Posts

                                        • New capabilities for custom buttons: Elevate UX and CX with just a click!

                                          Dear Customers, We hope you're well! We're happy to announce enhancements we've made to buttons. Buttons in Zoho CRM are a simple yet versatile customization tool. It offers great usability for CRM users, enabling them execute important actions as required.
                                        • Introducing Zia Presentation in Zoho CRM

                                          ----------------Moderation 3.0, Date: 10th May'24--------------------------------------- Zia's Presentation feature is now available for orgs in US, EU, IN, CN, JP, and AU DCs. Orgs., with Enterprise or Ultimate editions with 20+ user licenses can access
                                        • Enrich your CRM data and keep them updated

                                          You spend a lot of your time and efforts in generating quality leads for your business. While generating leads is a challenge in itself, the real deal begins when sales reps try to nurture these leads and convert them as customers. So how equipped is your sales team with information about your leads matters a lot.  For example, you might be using webforms to generate leads and collect customer information from your website. The lesser your webform fields are, the more your sign-ups right? From optimizing
                                        • Zoho CRM Digest - February 2024

                                          We're thrilled to bring you the February digest, packed with exciting product updates and engaging discussions from the Zoho CRM Community. Keep reading to stay in the loop! Product Updates: Zia Enhancements Be it Tasks, Calls, or Meetings, Zia's activity
                                        • Canvas templates can now be shared with different CRM organizations

                                          ----------------------------------------Moderated on 14th February, 2023------------------------------------------- Dear all, This feature is now open for all users in all DCs. To learn more about importing and exporting canvas templates, read our help


                                        Manage your brands on social media



                                              Zoho TeamInbox Resources

                                                Zoho DataPrep Resources



                                                  Zoho CRM Plus Resources

                                                    Zoho Books Resources


                                                      Zoho Subscriptions Resources

                                                        Zoho Projects Resources


                                                          Zoho Sprints Resources


                                                            Qntrl Resources


                                                              Zoho Creator Resources


                                                                Zoho WorkDrive Resources



                                                                  Zoho Campaigns Resources

                                                                    Zoho CRM Resources

                                                                    • CRM Community Learning Series

                                                                      CRM Community Learning Series


                                                                    • Tips

                                                                      Tips

                                                                    • Functions

                                                                      Functions

                                                                    • Meetups

                                                                      Meetups

                                                                    • Kbase

                                                                      Kbase

                                                                    • Resources

                                                                      Resources

                                                                    • Digest

                                                                      Digest

                                                                    • CRM Marketplace

                                                                      CRM Marketplace

                                                                    • MVP Corner

                                                                      MVP Corner

                                                                    





                                                                    




                                                                        Design. Discuss. Deliver.

                                                                        Create visually engaging stories with Zoho Show.

                                                                        Get Started Now