I can't add the new "email" scope to Google Apps Marketplace SDK in the Google APIs Console. This scope is supposed to replace the depreciated https://www.googleapis.com/auth/userinfo.email scope (as commented in https://developers.google.com/+/api/oauth#email). What should I do to ensure future compatibility?
email & profile are functionally equivalent to userinfo.email & userinfo.profile, respectively. They even share a mapping on the backend. You can safely use email & profile in your code today and won't have to worry about migrating in the future.
Related
using the google classroom api i am able to modify attachments
and everytime i call the method
courses.courseWork.studentSubmissions.modifyAttachments
but the attachments just concatenate to the previously attached files.
my question is how can i remove an attachment that i accidently added or that i want to replace?
just like the classroom UI enables you to remove an attachment after you added it
Google classroom UI
Unfortunately there is no feature available to remove attachments with Google Classroom API . This is a product limitation for the API and can be promoted for future development [1]. Your idea will then be available for other members of the community to browse and vote on. Depending on the business impact Google product engineers typically roll out into production.
[1] https://developers.google.com/classroom/support#missing_features
My web app have recently been approved to use the Google My Business API, when I login to my Google Cloud Library for the related project to enable the API, I could't find the the Google My Business API.
Can anyone tells how to resolve this issue ?
Thanks.
In the list of project APIs, it is shown as "Google My Business API".
The list of project APIs, including the "Google My Business API"
Have you tried with your corporate email account?
Faced a similar problem when I tried to enable Business Messages API. Then I realized
google business won't allow generic email addresses for the allow list and we have to share individual corporate accounts for APIs access and developer console access.
I use email settings API to change user language setting.
But this API should be migrated to Gmail API.
I check new one but no capability to change user language setting.
I really need this function because we have a lot of over sea users.
Does everyone have same opinion ?
Thanks.
If you check the Migration guide. Migrating from the Email Settings API
Managing language settings
Languages settings are no longer available via the API.
This is not something that is supported any longer.
If you change the GSuite domain's language setting then all users created after that will have that set as their Gmail language. See the Admin SDK API here: https://developers.google.com/admin-sdk/directory/v1/reference/customers#language or in the Admin Console UI > Company Profile > Language.
Disclaimer: I work on Gmail and the Gmail API platform.
We're happy to announce that we have now released the new Gmail API language settings methods, effectively replacing the long since deprecated Email Settings API language settings feature.
You can now use the standard libraries and tools found at https://developers.google.com/gmail/api to interact with the new Gmail API feature.
We will be publishing a blog post at https://gsuite-developers.googleblog.com raising the visibility of the new language settings methods in the coming weeks, but I wanted to personally give you a courtesy heads-up.
Documentation
Overview/introduction guide:
https://developers.google.com/gmail/api/guides/language_settings
Migration guide (from the deprecated Email Settings API language
settings feature):
https://developers.google.com/gmail/api/guides/migrate-from-email-settings#managing_language_settings
I just tried to register a project for use with the Google Speech API, and I couldn't see the API in the the list when I filtered it for the words "speech" or "voice". Is the API still supported?
I just found the new Web Speech API here Did this take the place of the Speech API v2?
You have to be a member of chromium-dev discussion list before you can enable the Speech API in your Google Developers Console.
Go to Chromium Dev group and click Join the list.
Go back to Google Developers Console, select your project, enter APIs & Auth / APIs. You'll now see Speech API. Click to enable it.
Go to Credentials, Create new Key, Server Key. You may optionally specify a list of IPs, for security.
You now may make queries to Google Speech API v2. Keep in mind that this is an experimental API, and limited to 50 queries per day per project.
Please read this older post..
Answered by #gui-ambros
May this help you a little...
I am somewhat new to code, and even more so to the Google Apps API. In the organization I work with, I have so far managed to write a couple of console apps that we run to apply signatures, and manage mailbox delegates as needed.
In regards to the Email Settings API, specifically the signatures portion, is there a way to check this box:
"Insert this signature before quoted text in replies and remove the "--" line that precedes it."
via the Email Settings API? I've looked through the API documentation, and even the .NET api reference docs, with no avail. Any advice will be helpful.
This feature was available while it was a lab (through the admin console, not API), but not anymore now that it has 'graduated'.
It has now been submitted as an official feature request. Hopefully more people request it.
I was told that setting the footer through the API does show up before quoted text, so if that is true, and all you need is a footer for everyone in organization, you might be in luck.