How do you get the API key for Locu? - api

The documentation for Locu states that:
To enable access to the Data API, developers need to create a profile and obtain their unique API key.
Source: https://dev.locu.com/documentation/v1/
Problem is, I'm not sure on how to register in Locu, there is no registration section whatsoever. I tried going to the developer portal to register but it was no avail: https://locu.com/developers-and-partners/

GoDaddy shut down new developer signups when they acquired Locu back in January 2017. Here's a post on the subject from GoDaddy support: https://www.godaddy.com/community/Developer-Cloud-Portal/Locu-API-Access/td-p/33447

Related

Authorize.Net Network Change

Authorize.Net will be changing from Akamai SureRoute as the CDN to CloudFlare. Here is the announcement.
The article mentions:
Phase 2 (October 15, 2019 ~10:00am PT) – We will automatically be directing all Sandbox api sites/traffic directly to our network.
Needed Action: Ensure certificate is installed/trusted by
host/solution, Entrust L1 K certificate. Please consult with your
developer/solution provider. If certificate is needed please see
support article: How do I obtain Authorize.Net Certificate for my
host/solution provider?
The above link to obtain the Authorize.Net certificate points to Entrust.Net, which lists various options to purchase the certificates.
We provide Authorize.Net integration using the dotnet sdk. Which I installed as a Nuget package.
How do I find out if we do need a certificate? If we do, do I have to purchase it from Entrust?
I have gone through the link provided by authorize.net(https://support.authorize.net/s/article/Authorize-Net-Network-Change-FAQ) and i checked my code for the API endpoints specified in the link content.
We are using the Akamai end point for the transaction in production(PHP SDK for Authorize.net).
I have used the Akamai endpoint  https://api2.authorize.net/xml/v1/request.api  in my code for production.
As of my understanding If you are using Non Akamai API endpoint you don't have to change anything in the code or in server.
Please check your code and find the Endpoints used for transaction.It will help you to identify the actions you have to do before the network change.
Reference :-  https://support.authorize.net/s/article/Authorize-Net-Network-Change-FAQ
What about URLs not on Akamai? The API endpoints not on Akamai will
not be changing or impact and will continue to function as they do
today. Needed Action: No actions or changes. Production API Urls:
https://api.authorize.net/xml/v1/request.api
https://api.authorize.net/soap/v1/Service.asmx
https://secure.authorize.net/gateway/transact.dll
Latest Discussion in authorize.net community forum :-
https://community.developer.authorize.net/t5/Integration-and-Testing/Confused-About-Certificate-Requirements-On-Network-Change/m-p/69610

Google Cloud: OAuth Access stopped working

I get the following error on my Google cloud account if I try to authenticate via oauth2.
That’s an error.
Error: deleted_client
The OAuth client was deleted.
It used to work for over 2 years now. I did not have changed anything.
How can I repair this?
It seems that your OAuth client got deleted from your console, there's a similar question regarding this issue in the following link. You can check that by heading to the APIs & Services menu, under the Credentials topic.
Quoting the provided solution there:
You need to restore (if possible) or re-create it.
Dashboard -> Enable APIs and get credentials like keys -> Credentials -> New Credentials -> OAuth Client ID
Add the new client id and Reversed Client id to GoogleService-Info.plist
Finally add com.googleusercontent.{apps.YOUR_CLIENT_ID} to URLSchemes

how to start using photobucket api for a beginner

I want to know how to use photobucket api. I successfully created a login in photobucket.
I am following the guidelines given http://api-portal.anypoint.mulesoft.com/photobucket/api/photobucket-api/docs/getting-started
The first step i am failing is that http://developer.photobucket.com is redirecting to different page.
As it is written
Go to the Photobucket developer web site at developer.photobucket.com, agree to the terms of service, sign up, and get the API key.
I am not able to open developer.photobucket.com.
I also see a redirect from developer.photobucket.com to photobucket.com. It seems that they incorrectly configured the redirect. The information about using Photobucket API required link was found in the support section:
Our engineers are working on a new API, with lots of changes, however,
this won't be available to users for a couple more months. Here is the
documentation on the current API.
If you'd rather not wait for this updated API, and would like the
current iteration now, please send an email to our API request email
address with the following information:
Your Photobucket username (This is the username for the account that
you have already created on Photobucket): Your application name
(whatever you would like): Do you require the key for commercial or
non-commercial purposes:
All three of these answers are required!
Send the API request to: pbdl-api#photobucket.com
The subject for the email should be: API Request

Google Maps: "This API project is not authorized to use this API."

Recently I started coding a Google Maps service integration. I went ahead and generated an API Key associated with my business email account on bronze level. When I use the service sans API Key everything works swimmingly.
If I use the API Key parameter, with my API key generated in my developer console I get the error message:
This API project is not authorized to use this API.
The URL used to access maps is below:
https://maps.googleapis.com/maps/api/distancematrix/xml?origins={origin_address}&destinations={destination_addresses}&mode=driving&language=en-US&sensor=false&key={APIKey}
How does one get the API Key to be authorized for v3 Maps JavaScript API. I am making the call as a raw post in the ASPX code behind to that address. It seems to me this used to work fine when I first started all this, now today all of the sudden I'm getting this error.
I need this to work since I will also be using places and that service seems to only work with the API Key. I would like to be able to have the key configured once and be done with it.
You'll need to enable each API you want to use.
The maps-javascript-API is one API, the DistanceMatrix-API(Webservice) another.
Go to the developer-console->API's and enable the Distance Matrix API
Note: this is only related to the DistanceMatrix-Webservice, when you use the DistanceMatrix-Service of the Javascript-API you don't need to enable this service.

Docusign API - "This Account lacks sufficient permissions"

I have tried the solution in this post:
"This Account lacks sufficient permissions" DocuSign
I'm having the same trouble as this user:
http://community.docusign.com/t5/DocuSign-API-Integration-PHP/This-Account-lacks-sufficient-permissions/td-p/17525
Everything is checked:
Account-Wide Rights
Send On Behalf Of Rights (API)
Sequential Signing (API)
I notice user's issue was fixed when Ergin enabled "Embedding". Is this in option that must be turned on by Docusign? I could not locate it in the Admin. Thank you for any assistance.
how long ago did you create your DocuSign demo account? If it was created before April 2013 then this error might be due to the Embedding functionality you've mentioned and we would have to enable this option for you from DocuSign's side.
If you've created this account April or later then that option should be turned on your account, and you might be having an issue with your authentication. Are you using the SOAP api or the REST api? They have different authentication methods between the two. Also, please post your API account ID so we can check your account settings. Feel free to email me if you don't want to share (ergin.dervisoglu#docusign)
One last thing... please start using DocuSignAPI tag when you post here. The DocuSign tag should be used for non-technical DocuSign questions...