What?
A sorta quick article to note how I can generate refresh tokens and access tokens using Zoho Deluge code (so within Zoho Creator, CRM or Books) without XML calls.
Why?
I find myself using ...
Applies to:
Apimo Webservice 2.0 (apimo.com)
PHP v5.5
What?
This is an article on how I connected to the Apimo WebService. The Apimo Webservice is an API provided by apimo.com and requires a ...
... and true to form Google have removed it. Not sure why nobody believed me when I raised the alarm but hey-ho.
How?
I'm going to show you how to do this with a .htaccess file:
Upload a text file ...
What?
A quick note on a htaccess rewrite rule I'm liking.
What does it do?
What I type:
http://www.mywebsite.com/blog/videos.html
Sends this to server:
http://www.mywebsite.com/index.php?myFolder=blog&myFiles=videos
How? ...
What?
So this is a quick article on how to install the mySQL add-on for Oracle SQL Developer v3.0.04.
Why?
I've used various mySQL administration tools to manage mySQL databases over the years, ...
... Studio 2008
Test/Sample MySQL Database to connect to (server and username + password).
Admin Access to the reporting server if you plan on deploying the report to it.
Scenario:
We want to report ...
... your details > Confirm via Email
Create an app as described under Get Access section
Click My Apps on the portal website
Click on the App you created
Note the API Key by clicking on "Show Key" ...
... Planning Need to ensure data fed into a session is not shared or available to external sources once entered into OpenAI.
If I train OpenAI on a dataset, can that data be accessed by external sources?
No, ...
... going into how to generate an access token / connection from Zoho to eBay, that is documented in my article: Zoho Creator: Push to eBay Listings
The megafunction
So I'm going to call this function ...
... function too often either for debugging/monitoring purposes but it's easier to use an access token then getting the OAuth access codes from the client.
How?
I'm going to split this into 2 code snippets ...
... = ;
}
}
return m_Response;
Error(s) Encountered:
Exceeded Quote Limit: Try generating a new API key (aka Secret). If you need a paid plan, then you can access this by logging into OpenAI and ...
... commands
Stealth Mode
To keep images private, send these as direct messages to the Midjourney Bot. Just bear in mind that any image in a prompt can be accessed if people work out the link. "Stealth" ...
... to the Deal record.
How?
The following is the process from registering the app to call on the full API (grant code > refresh token > access token) and then the code to attach the document to the ...
... sources below).
Here's the code for our function; note it is within ZohoBooks and not ZohoInventory (moved) and the connection "zbooks" has a fullaccess scope:
//
// initialize
v_PaymentMode = ...
... internet.
Sync your Kindle device. To do that, go to the Kindle Home page and tap on Settings > Sync Your Kindle.
With the file now accessible to the Kindle, you can read it via the eBook reader ...
... Another REST API CRM function which generates an eBay Access Token for me
r_Response = getUrl("https://www.zohoapis.eu/crm/v2/functions/fn_ebay_getaccesstoken/actions/execute?auth_type=apikey&zapikey=1003.");
if(!isnull(r_Response.toMap().get("details")))
{
if(!isnull(r_Response.toMap().get("details").get("output")))
{
v_AccessToke ...
... ID from Shopify.
How?
The below details on how we set up an access token in Shopify using the new process.
Preparation:
You don't have to do this, but I store all the keys in a Zoho Creator ...
... XML of a GetItemTransactions request to eBay.
How?
You'll need an access token for eBay which I documented on how you can generate one in my article: Zoho Creator: Push to eBay Listings. Then you ...
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.