OAuth Developer Verification Form phone number - google-oauth

Under contact info there's the required field for phone number, but some country calling codes are missing.
How can I verify my product if I'm from Estonia?
I was sent this link to verify a project last year and only now got around to it
https://support.google.com/code/contact/oauth_app_verification
I want to verify a Moodle website so uploading files from Google Drive to Moodle wouldn't give unverified app message

Related

How to set up Google sheets API for personal use

I'm trying to follow the instructions here which tell me to create credentials via the instructions here, which as step 6 tells me 'Click the user type for your app. If you're running a Quickstart, select Internal.'
On the page in question, 'Internal' is greyed out, and tells me I can't select it because I'm not a Google Workspace user. Going to Google Workspace, it tells me I need a domain name for 'my business'. Since I don't have a business, or any domain that would have anything to do with this project (I just want to push some personal data from the command line to a sheet), I don't seem to be able to proceed. Is the Google Sheets API just not available for such use?
If you don't have a Workspace account but you don't want to publish your app publicly (and go through the associated review by Google), you can set the app to External and test the app instead of publishing it.
In order to do that, just add yourself as Test user when setting the OAuth consent screen, and leave the Publishing status on Testing, don't change it to In production:
Testing
Projects configured with a publishing status of Testing are limited to up to 100 test users listed in the OAuth consent screen. A test user consumes a project's test user quota once added to the project.
Google will display a warning message before allowing a specified test user to authorize scopes requested by your project's OAuth clients. The warning message confirms the user has test access to your project but should consider the risks associated with granting access to their data to an unverified app.
Authorizations by a test user will expire seven days from the time of consent. If your OAuth client requests an offline access type and receives a refresh token, that token will also expire.
Reference:
Publishing status: Testing
Unfortunately, that means that the authorization lasts only for 7 days. Which means that I have to keep creating new projects every 7 days, which is untenable. Here is the excerpt from the "Setting up your OAuth consent screen" page on the Google support site.
Authorizations by a test user will expire seven days from the time of consent. If your OAuth client requests an offline access type and receives a refresh token, that token will also expire.

iTunes Connect - Not able to create an iTunes Connect record

I have a Xamarin.iOS app and I'm trying to upload it to TestFlight. So, I am trying to add create an iTunes Connect record. When I log into iTunes Connect, I am being displayed the following page.
When I click on Apps, the following page is displayed, even though I am registered for a Apple Developer program and signed in to that account.
So I cannot proceed with the steps in the following link and cannot add a iTunes Connect record.
Could you please tell me why I am not being redirected to the correct page to continue with the process?
Since you don't have subscribed it should go to enrolment instead of different account that you are part of it. Make sure about under which team you are trying to clicks on the Myapps. If its your's definitely you won't be able to get in to MyApps until you enrol for itunesconnect.
Please check with your company's account that you have been invited for itunesconnect as well.
You can access iTunesConnect once you accepted your company's invitation. After accepted that you shall login with itunesconnect and change your team to your company account then go for myApps page. Cheers!

Android-quick start app with google drive is not working

I am trying to upload an image using quick start tutorial to google drive initially my app starts and asks to choose account but when I select an account it keeps asking again and again.
As shown in the code, no account name is passed. Try setting useDefaultAccount() method which will specify that the default account should be used when connecting to services. Otherwise, use clearDefaultAccountAndReconnect() method if you prefer setting up multiple accounts. This method will clear the account selected and will prompt the user to pick an account before reconnecting.
See GoogleApiClient for more information regarding sign_in.
In addition to that, see also installation and configuration of the Google Play services SDK regarding creation of credentials.
If you haven't done so, check credentials created for your project. Here are the steps:
Open the Credentials page in the API Console.
Follow these steps if your application needs to submit authorized
requests:
a. Click Create credentials > OAuth client ID.
b. Select Android.
c. In the Package name field, enter your Android app's package name.
d. Paste the SHA1 fingerprint into the form where requested.
e. Click Create.
Otherwise, follow the steps below, which are for applications that only need to make unauthorized API calls:
a. Click Create credentials > API key.
b. Select Android key.
c. Paste the SHA1 fingerprint into the form where requested.
d. Type your Android app's package name into the form where requested.
e. Click Create.

Google Drive Android: Error signing in the specified account. Please choose a different account

I am implementing the google drive use google play services.
I enable drive Api and Drive SDK from api console, and implemented configuration settings for Drive SDK, But when I try to login from my application, I get the following error,
Error signing in the specified account. Please choose a different account,
I add another account but facing the same error,
I did not know what is the problem? did I have to add the test users? but I did not find any place to test users.
In authentication section (https://developers.google.com/drive/web/enable-sdk#drive_integration). I found . In order to authenticate Drive users with the user info service, you must manually enter the following two scopes:
email
profile
But scope section only allow to enter the url and not the email and profile.
In the Google Developers Console, the package name must be the same as the Android app's package name in your android studio.
If you enter the wrong name, you may get this error message.

How can I change my windows 8 publisher display name?

I have a registered Windows 8 Developer account. I do not have any applications published or event sent for testing. Is it possible for me to change the publisher name I requested originally?
This is possible. From here:
The publisher display name is the name under which your apps are
listed in the Windows Store.
Note You can change this after you sign up, but, if you decide to do
this, you will need to modify that entry in your app's packages,
upload the updated packages, and then submit the apps for
certification again.
On this page, it also tells you how to change this info. To access your developer account info, sign into your developer account, go to your Windows Store Dashboard, and then click "Account" under Profile in the left menu.