... generator) which the bot can break down into "tokens" and then match with its training data to generate the image.
Quick recap on how to first start using the MidJourney Bot
Signup to Discord.com ...
... > API Tokens > then API token - deployment > Get Started
Fill out the client ID and client secret along with the Grant Code
Click the button and you will get a refresh token which you can copy for the ...
... other API integrations in the system that are using OAuth 2.0 or authtokens. Note how this is the same form in my article: Zoho Creator: Push to eBay Listings or my Zoho Deluge: Push Item to Shopify API. ...
... l Lipman)
- Initial release
More Info:
- API Explorer Test Tool: https://developer.ebay.com/DevZone/build-test/test-tool/default.aspx?index=0&env=production&api=trading
- Getting Toke ...
... API v1 is deprecated (so no authtokens) and API OAuth2.0 is in full swing... we're still going to cheat.
How?
1,2,3 steps really. First we're going to set up a Creator form to receive the JSON. ...
... access/refresh tokens using OAuth2.0. Usually used with an invokeUrl:
response = invokeUrl
[
url: "https://books.zoho.com/api/v3/estimates?organization_id=12346789"
type: GET
connection: "joelconnector" ...
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 ...
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 ...
... "Enabled the Drive API" via your Google Developers console as well as gotten your OAuth 2.0 access/refresh tokens and specified the appropriate scopes.
The scopes I chose were to do with getting a ...
... here is " (Copy)" without the quotes) - this is a READ-ONLY process if you leave the last line commented/remarked@ECHO OFF
SETLOCAL ENABLEDELAYEDEXPANSION
FOR /f "tokens=*" %%a IN ('dir /b *" (Copy).jpg"') ...
... following loops through directory and separates by underscores
FOR /F "tokens=2,3* delims=_" %%A IN ('DIR InitializingFile*') DO ECHO %%A
-- yields:
123.csv
456.csv
So that's our first loop, here' ...
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.