Questions tagged [multiple-accounts]

45 questions
0
votes
1 answer

Gitbash changing github account

I was using github account A on gitbash and I wanted to switch to B. I deleted the credentials for github from control panel for account A and signed with B When I run git config --list, user.email and user.name matched with account A than I…
0
votes
1 answer

Invoking AWS SNS using Amazon lambda from Different Accounts?

I have two AWS accounts, Account 1 has lambda, and Account 2 has an SNS which will trigger a lambda function in the same account. Now I want to trigger the SNS in Account 2 from the lambda function in Account 1. I'm not sure how to create a trust…
0
votes
1 answer

Permission to user1/repo denied to user2, can't push to two accounts without changing settings each time

I've seen some similar questions (in fact have tried the solution to every single one I've seen) but none have solved this. Essentially, I want to push to two different Github accounts without changing my config file every time. I am trying to push…
0
votes
0 answers

How to use secondary mail ID in win32com?

I have been trying the below code. def send_mail(): file_path = r"" outlook_app = win32.Dispatch('Outlook.Application') olNS = outlook_app.GetNameSpace('MAPI') # choose sender account send_account = None for account in…
SmriG6
  • 58
  • 6
0
votes
1 answer

How to use default git clone statement instead of personal access token?

I want to use two git hub accounts for my personal and project works .i did my coding and pushed it through Ubuntu 18.04 terminal with my new Git ID credentials but in my new account it was showing commits as the contribution of my another account .…
Shashi
  • 700
  • 1
  • 7
  • 15
0
votes
1 answer

Send message using mutt from non-default account

You can send a message via mutt with a command like so: mutt -s "Test Email" user@example.com < message.txt This will send a message from the default account. I have two e-mail accounts set up with mutt and I want to send a message from the account…
cgmil
  • 410
  • 2
  • 18
0
votes
2 answers

Switching Email Accounts When Manipulating Emails

So I have multiple inboxes that I need to manipulate mail from. I am trying to loop through them and find the necessary mailbox, and folder, to move mails out of. When I get to "For Each oAccount in Outlook..." it tells me "object required". I'm…
Rossle
  • 40
  • 5
0
votes
1 answer

Can't sync local git master to existing git hub remote repository

I currently have a local git master for a school project that has been uploaded to a github account. I then used github online to transfer my repository to a second github account (for professional reasons, I'm re-branding). That worked well. The…
0
votes
2 answers

Sharing the Realtime Documents

I have created a playground application. I see that it creates shortcut files in my google drive. I tried to share it with incognito (because I want the doc to be available to anybody and do not know how to create another google account, so I log…
0
votes
0 answers

Link Multiple Facebook Accounts with 1 Instagram Account

Is there any way to link multiple Facebook accounts into one Instagram account? I've tried unlinking my 1st Facebook account from Instagram hoping that I can link it with my 2nd Facebook account but Instagram said that I already have linked it (my…
0
votes
1 answer

Multiple git accounts, wrong git account is pushing to my personal repo

I'm trying to do a personal project. I haven't used git much except for work which I got working a while ago. I'm trying to push an initial commit to a personal repo but I keep getting: Permission to personalAcc/project.git denied to workAcc I…
ConorJohn
  • 637
  • 2
  • 11
  • 24
0
votes
0 answers

How to know gmail, which user use for in app billing?

I want to add in app billing to my android app. But I face a problem. If user logins 2 gmails on device (gmail A and gmail B), how can I know which of them is used for in app billing? We know that, at the moment of paying, user can pick any of his…
TOP
  • 2,574
  • 5
  • 35
  • 60
0
votes
1 answer

Paypal Rest API Multiple Payee

Can i have more than one payee using REST API in Paypal? https://devtools-paypal.com/guide/pay_paypal/php?interactive=ON&env=sandbox The above link does not make it clear and was the most useful.
user3052526
  • 681
  • 10
  • 24
-1
votes
2 answers

How to create multiple user account for git and gerrit?

I am trying to set up a new project in Git,four people are going to work on the project. May i know the process to create multiple accounts for git and gerrit so that four developers will have their own user account ? Thanks in advance
-2
votes
1 answer

My Android app is not able to post an image on another my Facebook profile. setting or code?

I'm trying to make an application for Android that can post a picture on the Facebook Wall. I did, but I cannot post something on the wall of another Facebook profile of mine, in other words my application asks me to login to Facebook, if I login…
1 2
3