I am trying to use the Google Classroom API to log into a Bubble.io application that I have made using the api connector. I have the following setup however I am getting an error when I try to log in:
This is the result after I try logging in:
Does anyone have any idea how I can get this to work? Thanks!
Related
I am trying to build an app that brings in and renders Jira data in a unique way. I'm trying to follow the following tutorial: here. I'm at step 1: Direct the user to get an authorization call. I set up my app Permissions and Authorization. The authorization url generator created the following url:
https://auth.atlassian.com/authorize?audience=api.atlassian.com&client_id=1SdMM8pTryWCljI1Awm9drfKvnU2BR2H&scope=read%3Ajira-work%20manage%3Ajira-project%20manage%3Ajira-configuration%20read%3Ajira-user%20write%3Ajira-work%20manage%3Ajira-webhook%20manage%3Ajira-data-provider&redirect_uri=https%3A%2F%2Flocalhost%3A4200%2F&state=${YOUR_USER_BOUND_VALUE}&response_type=code&prompt=consent
(I do get a warning: The Jira Service Management API for your app doesn't have any classic scopes. Add classic scopes to your app.Though I do have 7 Jira Api scopes added.)
This is just a dummy app for now that I will use to connect to localhost. When I try to browse the url I get the following page. Is there something that I'm missing that I need to do?
I am working on an Angular 7 application that uses GraphAPI. I am trying to create an online meeting from this application.
Each time I send a POST request I get 'Forbidden' as response. I have used apis's with Delegated permission before and it works.
Since online meeting requires 'Application Permission' I am not sure where to specify it. Could anyone help me with this?
You specify the permissions in App Registration > your app > settings.
You have a problem with the way you are trying to access the token. I used to get the same error however, got resolved by passing userName and Password as well in the auth request and using grant_type as password.
Good afternoon!
I'm trying to start working with adwords api, I created the adwords identifier and OAuth2 keys by the instruction, I try to get a token through GetRefreshToken by clicking on the link
https://accounts.google.com/o/oauth2/auth?access_type=offline&client_id=***.apps.googleusercontent.com&redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=code&scope=https://www. googleapis.com/auth/adwords
I get a 403 error:
Error: restricted_client Unregistered scope (s) in the request: https://www.googleapis.com/auth/adword
Tell me what's wrong with what I'm doing?
Are you trying it with the same email linked with AdWords? Please try logging into your account and then try the same call. There might be some cache issue of your browser
You need to use the same email address id which is linked with Adwords
I'm using Azure Log Analytics to write application logs to it, like trace and error logs and also audit logs.
I would need to be able to query this log data in my web application in a flexible way (no static searches), so I came up to their REST API, like described here:
https://dev.loganalytics.io/
For some reason the authentication for query the data is different than inserting new data to the log, which I already did successfully with building a signature using the workspace id and key.
According to the documentation when using the search API I need to register my app with their AAD service, so I tried to follow the steps described in here:
https://dev.loganalytics.io/documentation/Authorization/AAD-Setup
My log analytics registration:
Log analytics registration
So I tried to create the app registration and tried to add permissions:
App Registration
And then I want to choose "Log Analytics" in the API access - but "Log Analytics" is not listed there!
As can see in this image:
API List
Why Log Analytics is not listed here? Am I'm doing something wrong?
You need search for Log Analytics API in the "Select an API" menu, then you could see this. It is not in the default list.
I dont know where to post this, so im posting it here.
So Im trying out the Office 365 API. I've been following a tutorial : https://msdn.microsoft.com/en-us/office/office365/howto/authenticate-and-use-services
I downloaded the sample from: https://github.com/OfficeDev/O365-WebApp-SingleTenant
I believe ive set everything up correctly as it compiles, runs and Im able to login - However when I click on the "My Contact" link, I get this error:
{"error":{"code":"RESTAPINotEnabledForComponentSharedMailbox","message":"REST
API is not yet supported for this mailbox."}}
Has anyone had any experience using this ?
Thanks.
The error means the user doesn't have the mailbox in EXO cloud. Can you verify where the users mailbox is?