Is it possible to revoke an API key for an application? I don't want to create a new app, but if my key is compromised, I want to use another key. How can I do that?
As of now, the only way to reset the master key is by contacting Parse for a new one.
Report the incident as a bug report here.
Source
Related
A while back I created an API Key in Google API's.
I'm navigating around the API Key UI. I can see the API Key. But I can't see any way of revealing the client secret.
Is there a way to recover the secret?
Or do I have to regenerate the key and secret, thus breaking any existing application currently using it?
Go to google developer console find the credential you are after. Then click the pencil icon on that row. It will open a new window where you can see your client secret.
I'm setting up a new Near account, and I want to use its keys to sign a message in an app I'm building. How can I do this?
I used the wallet.nearprotocol.com page to create an account. Then, I used nearlib to connect to the testnet, and verify the account's balance and public keys.
But I couldn't find a way to add the account into the localStorage key store or otherwise access a method to sign a message. Nor could I find a wallet plugin or extension that would provide me access.
Generally the idea is that you never transfer given private key between 2 devices / security contexts.
So normally instead of getting private key out of wallet you just want to generate new key pair and request wallet to add public key.
https://github.com/nearprotocol/nearlib/blob/master/src.ts/wallet-account.ts provides relatively easy way to do it for webapp.
Note that it limits access to a give contract ID, so if you need unrestricted access you basically just need to omit contractId.
See examples at https://near.dev/ for WalletAccount usage.
I am new in apple developer. I have problem when create apns key for my app ( there 2 key service before).
Here is my capture screen
After a lot of searchs, I still dont know why? I read apple doc that say only using apn key to make ios app can get remote notification. Other key is not working. Please help me know it. Thanks.
Check your past keys, as mentioned here (click on "Read the Guides", then "Push Notifications"):
The Key Id and Certificate File is obtained by creating a new key.
Enter a name for the key and select the APNs service.
This key is used for all your apps, so if “You have already reached the maximum allowed number of Keys for this service” look back at your list of your keys for an APNs service key.
When the key is generated, make sure to download and back up the certificate file as it will not be accessible in the future.
Maybe you can check in your list of keys for the APNs service keys, and or try to delete/recreate said keys.
I'm using Gigya's Java SDK for RaaS and it was working fine with one API key. Now, I changed it to a new API key with the same Partner ID and Secret Key, the service fails. Any ideas on what else needs to be changed?
I don't have enough points to leave a comment:
Can you post a portion of your code, where you are constructing the request? There are very few APIs that require a partner ID, so I am thinking that there is an issue in your parameters.
Assuming that the new API key is associated with the same secret, it should work, assuming you have RaaS activated for both API keys.
I try to create an API but when I go in my dashborad and I create the new API key with all permission, when I click on the create button I obtain:
Looks like this action has been disabled for your account.
Anyone can help me?
Check your email for an email from abuse#sparkpost.com. It's possible that your account could have been suspended.
It's also possible that you may be a reporting only user.