What?
This is an article documenting how to access ZohoCRM with API v2 using PHP and cURL. The first few functions are to manage OAuth v2 and generate the refresh and access tokens. The second snippet ...
... of the file you just uploaded
$GAPIS = 'https://www.googleapis.com/';
function uploadFile($access_token, $file, $mime_type, $name) {
global $GAPIS;
$ch1 = curl_init();
// don' ...
Applies to:
TravelPort Universal API
PHP 4 or 5
cURL
What?
An article on how to resolve errors and setup a standard ping request using the TravelPort Universal API. This is to be achieved using ...
Previously titled
Fix PHP cURL: parser error: Document labelled UTF-16 but has UTF-8 content
What?
This is an article with notes for me on how to convert some received XML encoded in UTF-16 to ...
... of sending data under the server IP address. We're going to use a PHP script with the cURL function to receive and send the data. cURL is a standard feature on most LAMP setups. If not you can install ...
What?
A follow on from my article Zoho Creator: Create a Widget which uses JavaScript back from 2020 with a few adjustments now in 2024.
This widget will only work within Zoho Creator. If you want ...
... the public URL of the file on this record
v_PublicUrl = "https://creatorapp.zohopublic.eu/file" + zoho.appuri + "Inventory_Photo_Report/" + input.ID + "/Creator_File/download/" + v_PublishKey + "?filepath=/" ...
What?
So this is an article expanding on my article Zoho Deluge - Connect to Xero API and explores how instead of a schedule, we can get Xero to tell ZohoCRM whenever an invoice or contact gets updated ...
What?
This is slightly different to my article Zoho Deluge: Get Refresh/Access Token API v2 (Zoho to Zoho service) and different to my Zoho CRM: APIv2 using PHP & cURL (3rd-Party to Zoho), in that this ...
... lasts between 1 to 10 minutes.
: I have had this error with API v2 when I'm using PHP/cURL and not deluge to get a list of contact records. As I'm listing errors encountered, I'm adding it to this list. ...
... very different to my code for OAuth when attended: Google Authentication - OAuth 2.0 using PHP/cURL... In that this one doesn't prompt for a user. Again this script doesn't need the client libraries, composer, ...
... 2 in /home/public_html/my_folder/my_xml_processing_script.php on line 160
should read
2
How?
A two-step process, my issue was with how the file was downloaded with cURL. The XML node ...
... I would have used cURL but for some reason, I couldn't get the configuration right. After several days... I tried the example as per the Apimo documentation and it worked! There were a few adjustments ...
... newSortedArrayObject = JSON.stringify(my_records_copy); // note: will convert single apostrophes to double-quotes
// split by closing curly brace
var myRecords = newSortedArrayObject.split('}');
...
... Jul 2014
Download
3.1 AdrianaV/Vincent - Enhancement: Does not display more images then are available.
- Enhancement: Auto-Check for cURL functions enabled on server.
- ...
... Inline Stylesheets
'@[]@si', // Strip out Internal Joomla Curly Brackets commands?
'@@si', // Strip out HTML tags
'@([\r\n])[\s]+@', // Strip out white space
...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.