Slack app installation fails with "This app is requesting more permissions than what your Org Admin has granted for your organization." - slack

Once I select the channel in the app installation flow, the following error message appears.
This app is requesting more permissions than what your Org Admin has granted for your organization.
Please reach out to your Org Admin to request that they update this app. Learn more about why you are seeing this message.
I'm the admin of the workspace where I'm trying to install the app. What else am I missing?
Return uri is something like
xyz.com/slack/oauth/callback?error=invalid_channel
Update: Strangely, this error comes only for the first time. If I try again, installation completes successfully.

Related

Can I upload iOS App to the App Store if Role is Member not Admin?

I have member role accordingly Apple Developer Program Team Roles described here: https://developer.apple.com/support/roles/
And Developer role as App Storer connect user for the same team.
Every time I try to Distribute the app by uploading to the AppStore I have an error message that says "Role is Member, but at least Admin is required"
For other accounts, I have Admin rights and don't have such problems and it is unclear is it really possible to upload builds for Developer + Member role combination.
I found that in some cases the reason for the error is missed certificate, but for this account, certificates are on the place:
The same error happens if I try to add the project to the Xcode server for CI. What seems correct, because in all the documents Admin role is asked for this action.

HttpError 403 google directory api

I got the super admin privileges for to my Google Account.
I need to get the list of all the chrome devices through an API.
I did enable Google Admin SDK but still facing some issues.
I copied the exact python script from Python Quickstart for checking but still getting error as
"googleapiclient.errors.HttpError: https://www.googleapis.com/admin/directory/v1/users?customer=my_customer&orderBy=email&alt=json&maxResults=10 returned "Insufficient Permission">"
When checked on Admin SDK API dashboard I can see 4xx errors for every call made from my python script.
When you run the sample you need to make sure that this step
The sample will attempt to open a new window or tab in your default browser. If this fails, copy the URL from the console and manually open it in your browser.
If you are not already logged into your Google account, you will be prompted to log in. If you are logged into multiple Google accounts, you will be asked to select one account to use for the authorization.
Is done from the Google account which has access to your admin account. The user you are logged in with now does not have access.
I managed to get Super Admin access of Google account and then grant access to my project for different scopes. The docs/ references are so confusing hence it took a while for me to figure it out. So under the admin console, we have to get into Security >> Advanced Settings >> Manage API Client Access(under Authentication) and then add the client name and the scopes(multiple scopes separated by commas) for which we need access. Client name is the client-id which we can get from the client-secretxxxxx.json file(downloaded while creating the oauth id).
NOTE :- You do NOT need super admin access it is just that I was new and the guy who gave me the initial access wasn't sure what has to be enabled across.
Also couldn't post as a comment due to the limitation of characters.

Google app engine remote python console credentials/login?

Hi I am trying to start remote GAE shell with
python $GAE_SDK_ROOT/remote_api_shell.py -s your_app_id.appspot.com
"You don't need any additional authentication" says the GAE RemoteAPI page,
yet my command fails miserably with HTTP Error 401: Unauthorized Too many auth attempts.
I think I was able to do start it (with various degree of success for different apps) in some remote past, either with gmail credentials or some auth key from google cloud.
Please share your hints, or, ideally, drop a link to easy to follow step by step guide.
Also I cannot access Datastore Admin for that project
in online console
, if I click It invites to sing in, which fails. Recently, I got owner role, yet project was created by a person with a different email domain.

installation is getting failed when i click cancel of authentication page

I made my pkg file with pkgbuild and productbuild.
Before giving authentication details, it is going in to installation step and showing message "preparing for installation". Without giving credentials, if i click cancel My installation is getting cancelled.
When you select 'Install', if the installation requires access to resources not belonging to the current user, the Installer's associated helper application (runner) will request an appropriate user to authenticate; usually a member of the Administrators group.
It is this helper process (runner) that is responsible for the actual installation, so if it can't obtain the user's credentials, it can't continue to install; the installation has failed and the user is notified accordingly.
I found answer for this myself, We need to add auth attribute as root
pkg-ref id= auth="root"
Reference: http://macinstallers.blogspot.in/2013/01/xml-attributes-of-packagemaker.html#installation-check.
This stackoverflow question helped me lot
Making OS X Installer Packages like a Pro - Xcode Developer ID ready pkg

PayPal::SDK::Permissions::API The application is not authorized for the user

My application is requesting permission for TRANSACTION_DETAILS, using paypal-sdk-permissions (1.96.2) gem.
Everything works fine in sandbox but fails when going live:
#errorId=550006,
#domain="PLATFORM",
#subdomain="Application",
#severity="Error",
#category="Application",
#message="The application is not authorized for the user"
EDIT
It seems I was using an APP ID submitted from a different Paypal account. After fixing that I got:
#errorId=550001 #message="User is not allowed to perform this action"
I have submitted a new app with the corresponding permissions and the status is Approved Conditionally.
Usually how long does it take to get a response from Paypal?
After only a couple of hours my app got approved.
Now everything works as expected.

Resources