How to share a capsule revision ID with another person with different samsung accounts? - samsung-mobile

I am trying to share a capsule that I have built with another person who isn't a collaborator of the capsule on Bixby Developer Center, nor is my Samsung account connected to their device. When they try to test the capsule, it shows this error message.
You don't have access to this capsule revision ID.
I am looking for ways to let them run my capsule without sharing my Bixby Developer account or adding them as a collaborator.

In order to add a collaborator you must first invite them to your namespace/domain, and once the person accepts invitation you can add that person to a specific capsule in that domain.

This is a feature to protect client privacy. In order to execute revision override in IDE or on-device testing on mobile, the current login user must be a member of the team.capsule listed in the DEV center.
There are multiple ways to fix this:
add the person as a member. Details in https://bixbydevelopers.com/dev/docs/dev-guide/developers/managing-caps.managing-your-team. Please make sure add the person to capsule. Invite to the team is not enough.
OR
publish and get approved to marketplace. There would be no need for revision ID. All targeted region users will be able to add and use your capsule.
OR
Send capsule code to the other developer and he/she can test the capsule in IDE after changing the team.capsule namespace. However, this would not work if any config or secret involved.
I would personally suggest #1 is the easiest solution.

You must add the user as a collaborator for them to be able to use your capsule.

Related

How to have both a user and developer group for a Chrome Extension

I have a Chrome extension. I'm the developer, and I have a Google group for users than can use the extension. I want to add a collaborator to help develop it. From what I've seen on the Google Developer site, I'm apparently supposed to make a google group to add additional developers. But I see no option to create a new group on my Developer Dashboard.
I'm not sure why, but I have a guess: According to this SO response, you can only have one publishing group associated with your account. So my user group may be preventing me from creating a developer group. But I need a user group — the extension is in testing, and I only want these approved users to be able to use it.
So what do I do? Do I have to create a new Google and developer account and simply give my collaborator the username and password? Or is there a way to do this without creating a new account (as I think that would mean my existing users would have to delete the old extension and re-add the new one, which could get messy as many of them aren't tech-savvy).

Docusign - eNotary in Sandbox

I am using the sandbox account and trying to setup an eNotary Profile. Being that its a sandbox area, I would assume that I don't need a valid notary ID to create one.
Can someone help me setup a Notary Profile on my sandbox account?
QA Question Newly Added: Will ALL test users have to go through this same process? or is it just the main account needs it setup. Reason being, we have a client that will be using the system. For our teams, and their teams, we will need accounts to test this.
Added Image
I assume you are talking about IDV which is a special kind of recipient authentication that require them to use an ID before they can sign a document.
This feature is not available in the sandbox normally because there's cost associated with each transaction.
We may be able to assist you on a case-by-case basis if you have a legitimate need to test this functionality in the developer sandbox.
see https://developers.docusign.com/esign-rest-api/guides/concepts/recipient-authentication for more information about recipient authentication.
Setting up eNotary requires some back-end switches to be flipped on your account. Please open a Support Case requesting that be enabled and provide your Demo account ID.

Bixby: Login facility

I want login system in my capsule so that i can provide user more recommendation based on their profile of interest. So far, neither I am able to find any document related to login facility nor any example. It would be appreciated if will get any document or example.
Bixby supports logging in through OAuth 2.0, and this is the best way to guide your users through a login flow.
You will need to provide your own service to handle this OAuth flow, as Bixby Developer Center does not offer any web hosting services.
https://bixbydevelopers.com/dev/docs/dev-guide/developers/actions.using-oauth
Also is there a possibility that user can user can use app as a guest
user if no login credentials?
When you define your endpoints, you can define Actions that require OAuth and other Actions that do not require OAuth and the latter ones will define the "guest user" flow that is capable within your capsule prior to logging in.
If you don't need all the features of OAuth, and only need to store a few things between sessions with the same user, you may use the $vivContext.bixbyUserId value as an anonymous, but unique identifier for a user, and store their preferences using that id as a key, in a 3rd party database that you maintain.
I've done this with the "My Brain" capsule, to store quick memories/notes for users, without any requirement that they login or establish an account. I've created a tutorial version of the My Brain capsule that outlines the steps you need to use AWS for this purpose. Please feel free to clone or fork it and customize it for your needs.

Differentiate service provider for bixby capsule

Does the user need to prefix his/her request with the service providers name and then use their specific command set? If no, how does Bixby solve this issue?
Bixby Marketplace will allow end users to view available capsules and select certain capsules as their preferred choices. When an utterance is used that may hit multiple capsules, the user's preferred capsule is selected and used.
Details regarding the handling of real-time capsule conflicts will be made available when Marketplace launches.

Team Foundation Service won't let me add members

I have successfully set up a Team Foundation Service account and have been using it with Visual Studio 2012 for source code control, no problems. Note this is the online service, not the old TFS product. I now want to add another Live ID account so they can write and track bugs. Using the Manage Members link I have tried two different Live ID accounts as well as their name but it always says they are not a known user. I know the Live ID accounts are correct. Do I have to invite them or add them some other way first? All of the examples show it "just working".
Are you adding them via the web interface? You should be able to do this by clicking the cog icon in the yourproject.visualstudio.com site. This launches the admin site, you can go into a collection, or add from the Security tab. It really depends on where you want to add them (if they only need access to specific projects/collections it's done at that level), you can add a new user from the Overview or Security tabs by entering their Live ID/email address.

Resources