google-api

google plus api: “insufficientPermissions” error

十年热恋 提交于 2019-12-27 20:09:48
问题 I am searching the google plus with api Here is my Url: https://www.googleapis.com/plus/v1/activities?query=internet%20marketing&access_token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx here is response: { "error": { "errors": [ { "domain": "global", "reason": "insufficientPermissions", "message": "Insufficient Permission" } ], "code": 403, "message": "Insufficient Permission" } } Here is my API CONSOLE screen http://i.stack.imgur.com/jO27J.png Can Anyone tell what permission I need to setup for my app

Error: 'The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console.'

こ雲淡風輕ζ 提交于 2019-12-27 12:15:29
问题 I am getting the following error while accessing Google Play Developer API using a service account: The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console. The service account email and .p12 file were generated using the service account option in APIs&Auth -> Credentials . The Application in the Google Play Developer API was linked to the project using the project id as mentioned in google's docs. However, I am still getting this

How to extract the email Id and user name, which is linked with the google home , at the fullfilment of the google dialogflow flow

爷,独闯天下 提交于 2019-12-27 01:58:46
问题 I want to get the linked email id with google home , when user triggers an intent. I have followed the following link How to get user's unique identity from google home's voice match profile? I am following Rajat's answer and have done till the 2nd step. But I am not getting the accessToken in the user's object. I neeed this token to get the user details from this api endpoint: "https://www.googleapis.com/oauth2/v1/userinfo?access_token=" Instead I am getting this user object from the

Google Adwords API Issues in “ORDER BY” clause and Average CPC calculations

妖精的绣舞 提交于 2019-12-26 02:39:19
问题 I am working on my clients MCC account for reporting functionalities. I am using Google Adwords PHP API version v201309 (latest). Ok while fetching the resultset with AWQL (Reporting/DownloadCriteriaReportWithAwql.php) i am facing one query error while executing that file. which is : Type = 'QueryError.INVALID_ORDER_BY_CLAUSE', Trigger = '', FieldPath = ''. while there is nothing wrong in my query : $dateRange = sprintf('%d,%d', date('Ymd', strtotime('1989-01-01')), date('Ymd', strtotime('now

How to get all files from all folders from Google Drive API in C#

依然范特西╮ 提交于 2019-12-25 18:38:31
问题 I can able get the files from Google Drive using API thru the reference of this: Display (View) list of files from Google Drive using Google Drive API in ASP.Net with C# and VB.Net . But I get 100 records only. I ve some thousands of records. Can anyone please let me know what to change to get the full records display. Please find the code below: namespace GoogleDrive { public partial class gDrive : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { GoogleConnect

Youtube.analytics.query api giving forbidden error

99封情书 提交于 2019-12-25 18:28:34
问题 I want to fetch the analytics of any channel of youtube that basically are not owned by me. I am using this API. If this is not the right API please suggest me how to achieve this. Also, I am using node. https://youtubeanalytics.googleapis.com/v2/reports?dimensions=day&endDate=2019-01-01&ids=channel%3D%3DUCZSNzBgFub_WWil6TOTYwAg&metrics=likes&startDate=2018-01-01 Response: { "error": { "code": 403, "message": "Forbidden", "errors": [ { "message": "Forbidden", "domain": "global", "reason":

Permission denied using Classroom.Courses.CourseWork.StudentSubmissions.list(4140802199, 4801051201);

假如想象 提交于 2019-12-25 16:40:40
问题 I have been able to move some data from google classroom to a spreadsheet using google script. Specifically anything in classroom courses or course work. I get a permission error when I try to access and thing in coursework. (method listAssigments works fine needs refinement works slow) (method listGrades gives and permission error at var submissions) I have set up the API as describe in getting started, but have not added any other authorization. I originally thought it was because I created

Scheduling a Google Hangout (on Air) in advance via API

点点圈 提交于 2019-12-25 16:39:52
问题 I wonder if it is possible to schedule Hangouts on Air via any of the Google APIs. There is a similar question asking whether it is possible to start one, but I am more interested in scheduling them, say, a week ago via an API and be able to retrieve the Youtube URL on which it will be broadcasted. More specifically, what I have in mind is scheduling the Hangout ahead of time and sending an invitation email to its participants. Then, say, 15 minutes before the scheduled starting time of the

400 Error: redirect_uri_mismatch for yotube video upload

馋奶兔 提交于 2019-12-25 16:37:12
问题 I am implementing functionality for uploading video's to a YouTube channel from here. I set up my Google Developer console environment exactly like suggested. I also use the same client Id and client secret that it gave me. When I run the script it returns with an error. That’s an error. Error: redirect_uri_mismatch Application: Localhost You can email the developer of this application at: XXXXX@gmail.com The redirect URI in the request: http://localhost/youtube/index.php did not match a

400 Error: redirect_uri_mismatch for yotube video upload

这一生的挚爱 提交于 2019-12-25 16:37:07
问题 I am implementing functionality for uploading video's to a YouTube channel from here. I set up my Google Developer console environment exactly like suggested. I also use the same client Id and client secret that it gave me. When I run the script it returns with an error. That’s an error. Error: redirect_uri_mismatch Application: Localhost You can email the developer of this application at: XXXXX@gmail.com The redirect URI in the request: http://localhost/youtube/index.php did not match a