I have created NFT using Solana/Metaplex storefront on Mainnnet. The issue is we cannot find how to verify other creators wallet addresses (checked Phantom wallet didn't get any information or message) and it is also not written official documentation of Metaplex website
Thank you in advance!
I ran into the same problem on devnet. I was able to workaround this way:
visit http://localhost:3000/#/admin
set the toggle to Whitelisted
add the creator's address private key to the phantom wallet
disconnect your wallet and login with the other creator's addresses
You will be shown notifications on the bell icon that says "You have some pending approvals."
The explanation might not be good enough but bear with me. I'll attach two images to clarify.
The creator's approval
The whitelist
Related
I was trying to pay for google developer account but I am getting this error
Your request failed. Use a different payment method, or contact us.
Learn more [OR-CCSEH-21]
I tried searching a lot but most of them have answers for [OR-CCSEH-05] but not for [OR-CCSEH-21]
What can I do?
For my Turkish colleague;
QNB didn't worked
Kuveytturk didn't worked
Yapıkredi worked.
This solved the problem for me:
Sign in to Google Pay [https://pay.google.com/]. I noticed that this page is the "parent" to Google Development Account payment, e.g., you can have different payment methods for your personal gmail extra storage and your business google development account. They show up under the "Subscriptions and services" tab. Also, errors seem easier to handle here.
At the top-right corner, select Alerts. This is the "Bell/notification" icon.
If you have a red alert, take care of that. In my case, I have not chosen a Backup payment method in addition to the Primary method.
Refresh the page to make sure there is no critical Alert left.
Go to "Payment methods" tab and "Add payment method". In my case when I entered the card numbers, an old address of me populated in the address and zip code fields. I simply changed that to my legal address and that worked! However, when I did the same action in the google development account payment page, I was getting the [OR-CCSEH-21] (on Safari) or [OR-CCSEH-24] (on Chrome) errors. I could not find where Google is reading the old address from (probably a bug)
I tried Union Bank of India, it didn't worked
I tried State Bank of India, it didn't worked
I tried Andhra Bank, it didn't worked
I tried Axis Bank, it didn't worked
I tried HDFC Bank, it didn't worked
I tried Kotak Bank, "finally that worked".
So my only advice is first keep the details correct and iterate each
and every card you can try, hopefully one card will be accepted
From my experience this is happening because the bank card doesn't support Automatic payment option which is required for auto renewal. If a card with Automatic payment option is provided, the payment will go through.
When I got a card from my bank with Auto payment enabled, it worked for me. The issue started with RBI's (Reserve Bank of India) restriction on Merchants storing customer card details.
I submitted our company Outlook add-in and received a review email asking for corrections. I saved the URL of the submission page https://partner.microsoft.com/en-us/dashboard/office/products/ce33a138-e74c-4db2-a241-47f05ef4f9c7/packages before submitting the add-on. This is that page:
If I log in now to I can no longer open this page and see the default page instead https://partner.microsoft.com/en-US/dashboard/directory
It is hard to believe that Microsoft requires a brand new add-on submission with all icons and screenshots to be added again. I definitely use the same Microsoft account - we have one company account associated with an email group in our company.
Both links in the Microsoft review email lead to https://partner.microsoft.com/en-US/dashboard/support where I see
"You don’t have access.
You don’t have permission to view this page. Contact your account
admin for access. Learn how to manage permissions."
The submission process was way easier and way friendlier compared to doing the same with submitting Google add-in until this point where I literally lost access to all hard work already done and can not move forward.
Any help will be greatly appreciated!
I think you should be contacting the support team for Partner Center and they can help you here. Please start from here https://partner.microsoft.com/en-US/support/v2/?stage=1
I hope you will be getting the answer what you are looking for.
Thanks,
Jeevan Desarda
Even though I am sure I used account type (1) to submit the application for a review I finally tried to use (2) and was able to access my application submission again. I was able to resubmit it with corrections being made based on the MSFT team feedback.
[![Microsoft account type selector][1]][1]
[1]: https://i.stack.imgur.com/iSaLb.png
I'll lead into this saying: This is my first Stack Overflow post, and I am also new to G Suite Add-On development, so please bear with me. I am working on a G Suite AddOn to extend GMail to work with another application's API. I am adding a Settings card using the Universal Actions instructions as provided by Google in this URL: https://developers.google.com/gsuite/add-ons/how-tos/universal-actions
My question is: I have the settings and about cards working, however: If I were using the settings card to collect a username/server URL for the 3rd party API Connection, how do I go about saving what is entered in the settings card to be used by the GMail Addon for connection properties?
Thank you in advance.
--Chris
I found the answer. Thank you to anyone who took a look. Using the PropertiesService I am able to save User and Script properties.
I'm trying to add an add-on to my heroku project, but it needs verification by phone number. But the phone numbers of my country is not supported (Ukraine), so I'm getting an error This number is not supported. My account has already been verified using credit card. This additional verification is required to use this addon though.
What should I do with it and how to resolve this problem? Only this add-on is fit to me, so I can't get alternative one.
The problem was only solved for me through opening a support ticket on Heroku.
Someone from their team then manually verified the account for me
I've created a Google Hangout extension app, tested it works privately etc and now I'm trying to publish it. I have followed the instructions here:
https://developers.google.com/+/hangouts/publishing
I've filled in the forms correctly, created the O-Auth client ID, filled out the consent form etc. When I tick the Make this application public tickbox and try to save, a server error message pops up along the lines of:
Server Error
Whoops! Our bad.
Please try again. If the problem persists, please let us know using the "Send feedback" link below. Thanks!
Tracking Number: XXXXXXXXXXXXXXXXXXXXXXXXX
[Send feedback]
I've checked the Chrome console - the request gets a 500 error and in the JSON response I can see:
{"message":"Developer not registered with CWS."}
I have paid the $5 one-off developer fee on the Chrome Web Store and I am the Hangout project owner. I'm not sure what I'm missing here. I need to get this published in the next 24 hours...
Any useful insights? Is there any official support forum for Google+ platform developers?
UPDATE
I was using a Google Apps account before so I've paid the developer fee on a personal account to verify me on CWS, made this account owner of the Hangout project and I still get the same message response.
I believe then that it's basically just broken. Thanks Google.