How to add message there? Where to start? Searching does not give results. Seems I cannot find right keywords..
The API is confidential information. You need to sign an Non-Disclosure Agreement to get the docs from Microsoft. Revealing those on a public web site is a breach of the agreement.
Related
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'd want to get user's emailID from an Action on Google. I understand that Google Sign-In is the best way to do that. Even though I don't really need the user to sign in to the action, I think there is no other way to get user's email (please correct me if I'm wrong). But according to the documentation,
Google Sign-In for the Assistant is currently in developer preview. You can build Actions that use this feature, but they can't be published at this time.
However, Walgreens action does the same thing. I wanted to know how. I tried to search a lot, and ended up with these answers. I have done this already and it works. But I wanted to know, if there is any way to release an app using Google Sign-In.
If not, do I need to go through OAuth2.0 flow, and if so, I assume I'd need to have my own authentication system in place?
Please correct me if I'm wrong and help me find the best way to get user's emailID. I think there should be something easier than getting an authentication system in place and getting it to support OAuth2.
if there is any way to release an app using Google Sign-In.
You want the email id of the user. Google sign-in is nothing more than you getting the user's email address (inside a token that is signed by Google so you can verify it).
If you just get an email address as a "string" then you'd need to verify it before you can use it. So think of Google sign-in as an optimized UI flow to get a user's email address. Once you get the verified email address from Google, you can let them have access to the data on your site that is under that account.
Let me know if that is not clear.
From a timeline perspective, this should be out of developer preview within a month. Let me know if you want to try using it before that.
From my own research I think you are right. Until the Google Sign In account linking graduates from developer preview you would have to implement an OAuth workflow, which is a bit of a pain (although the implicit one doesn't look too bad). So perhaps the real question is ... when will Google Sign In account linking be fully available? Anyone from Google? Even a ballpark estimate would be useful.
I am trying to use the Admin SDK Directory api to look up user profiles. I am able to do this successfully all day (with in quota) with 99% of the time. Though there are certain times where it just fails no matter what.
Yes I have set the service account user, I have the proper scopes, I have admin api turned on.
It even fails in the google api explorer. See screen shots
The call:
https://www.dropbox.com/s/9v9m6s5zf76oix7/call.png?dl=0
The response:
https://www.dropbox.com/s/te6k3x5xjkr467j/response.png?dl=0
Sorry for the links, images keep showing as broken
After contacting google they supplied an answer. There is a setting for the contacts app that enables and disables this.
Admin console >> Google Apps >> Settings for Contacts >> Advanced settings
Contact sharing: Enable contact sharing
Make sure that is enabled and it works.
Here is a screen shot: https://www.dropbox.com/s/8jmzz7zw0xq4ux4/answer.png?dl=0
Honestly, it just seems like some sort of transient error on the Google side. Being that it's working ~99% of the time for you, means you're not doing anything wrong. I would consider this more true b/c you're also using a Google Tool rather than your own so you know it's not the code. When it's failing for you, does it also then fail with the API explorer? What about with the OAuth Playground?
If this is reproducible consistently (same times, after X amount of requests, etc.), it would be worth reporting the the Google for Work Support team (assuming you have the ability to contact support) as it sounds like a bug and they would be able to help with break/fix for API issues.
Is there a work-around to get the details of a contact in the Phone's contacts?
With the api you can only access the email and phonenumber but that is definitely not enough.
Currently, access to additional contact information is not available.
This was a deliberate design decision to protect the security of a persons contacct information and to prevent applications getting access to this data without the users knowledge.
It has, however, been hinted that additional contact details will be available in future versions of the platform.
If you really need more details about a contact you will have to wait until the API is extended in this area.
To be honest, if it doesn't improve - all the way to full (at least readonly) access to all contact details it is discouraging and stifling a great deal of good apps that should be made...
Many app developers would reject it for this reason alone...
Does anyone know if (and how) I can build an application (Java/Ruby/whatever) doing REST or RPC calls to a social network like Orkut (using opensocial) to search for a user by name or email address? So far I know that I can list all friends for a particular user ID, but I want to search among all users. Would I need to code it as an app/gadget running inside the google sandbox or is there a way to get a list of matching user ID via REST?
So far I got this one to work: http://code.google.com/p/opensocial-ruby-client/wiki/GettingStarted. But with this API and the gadget linked there I only get people that are already linked to me...
Thanks for answers,
Martin
No, you can't do that. At least, OpenSocial doesn't have spec like that.
In addition, SNS normally have privacy policy which disables developers to poke around users who hasn't installed your app.
Think OpenSocial API access to private information is quite limited.