Integration​ > r​ mp > google​ >​

Google Drive APIs Read oauth2 with Google Calendar APIs first.

Note: The only thing is that you have to change is the SCOPE for drive (i.e. https://www.googleapis.com/auth/drive) Before starting the Integration make sure you have to enable Drivee API into your account (into specific project). If not please follow 

below steps.  After clicking on it you will be prompted to accept google policy (e.g. see below screenshot)

Once you accept this. You will see the Drive API on top of it.

 Now we are going to integrate Google Drive API’s with RMP.

Configuration: Provider:

Authentication Scheme: Custom Scheme name: Bearer Credential :  ${accesss_token} Note: always check secured (for security purpose)

Connector config:  1.  Create a folder (under the same provider)

Conector url: drive/v2/files Method: Post Content:  {    "title": "${title}",   "mimeType": "application/vnd.google‐apps.folder" } Once you launched the Connector you are being asked to pass acces_token and Title of the folder (which you wanted to create). Output:

Now to your Google’s account drive and will get the folder.

2.  Create a Sub‐folder (under the same provider) Connector congif: Connector url: drive/v2/files Method: POST Content:    {   "title": "Testing1",   "parents": [{"id":"${parent_folder}"}],   "mimeType": "application/vnd.google‐apps.folder"                      } Once you launched the connector you have to pass the Parent ID and access_token. Parent ID: you will get this while you are creating folder (from above method). Below is the screenshot from above connector (once  successfully created forlder). You will get this from output.

Ouput of create sub‐folder:

Google Drive account (screeshot)

3.  Upload files into GDrive (under the same provider) Connector config:

Method: POST Connector url: upload/drive/v2/files?uploadType=multipart Content : {  "title": "${title}",  "parents": [{"kind": "drive#file","id": "${sub_folder_id}"}],  "document_name":"${document_name}",    "reference":"${reference}" }

Here you have to use connector’s Advance parameter:

document_name is the name of the file which you wanted to upload into drive from RMP server. reference is the id of the file (which stored in the RMP server). →Once you launched the connector you will be prompter to pass access_token, document_name, reference,title(same as document_name)  and the folder id (here sub‐folrder id). 

Drive account: (see below screenshot)

  Process flow:

You have done. Now try this.

Google Drive APIs -

"title": "Testing1",. "parents": [{"id":"${parent_folder}"}],. "mimeType": "application/vnd.google‐apps.folder". } Once you launched the connector you have to pass the Parent ID and access_token. Parent ID: you will get this while you are creating folder (from above method). Below is the screenshot from above connector (once.

635KB Sizes 2 Downloads 130 Views

Recommend Documents

Apis mellifera - Semantic Scholar
Available online 10 May 2004. Abstract. Four antimicrobial ... fax: +55-19-3534-8523. ... peptides can differ significantly in their primary sequences, length and ...

APIS Whitepaper Ver.2.2.pdf
ROI(annual) 5.60%. DASH(Currency) USD Amount of Coin. Monthly Income 5,339.98 6.753. Yearly. Income. 64,969.78 82.1615. ROI(annual) 8.22%. MEME(Currency) USD Amount of Coin. Monthly Income 940.30 709.674. Yearly. Income. 11,440 8634.367. ROI(annual)

Total Maps APIs Credits Required Developers
Web Services (server side). - Geocoding. - Directions. - Elevation. - Time Zone. - Geolocation. - Roads. - Distance Matrix (per element) 1. JavaScript Services (client side) 2. - Geocoding. - Directions. - Elevation. - Distance Matrix (per element).

APIS SAPIENS Versión 2.0.pdf
There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. APIS SAPIENS ...

Total Maps APIs Credits Required Developers
Place Search, Details, Photos. Place Autocomplete entry. Total Maps ... Contact Google Sales if you need more QPS. 100K included QPD. Resets at 12:00.

Total Maps APIs Credits Required Developers
Maps Data Requests. Web Services (server side). - Geocoding. - Directions. - Elevation. - Time Zone. - Geolocation. - Roads. - Distance Matrix (per element) 1.

Total Maps APIs Credits Required Developers
Maps Data Requests. Web Services (server side). - Geocoding. - Directions. - Elevation. - Time Zone. - Geolocation. - Roads. - Distance Matrix (per element) 1.

Total Maps APIs Credits Required Developers
Mobile APIs (Android, iOS). Places API Requests (server & client side). Place Search, Details, Photos. Place Autocomplete entry. Total Maps. APIs Credits.

D5.3: NUBOMEDIA framework APIs and tools v3
Nov 30, 2016 - NUBOMEDIA: an elastic PaaS cloud for interactive social multimedia. 2 ... 1.0. 14-10-2016 Boni García Added section 7 ...... Media Capability APIs (NUBOMEDIA Media and Repository APIs), ...... multiple development sites.

OGC® Open Geospatial APIs - White Paper - GitHub
Appendix E: Open APIs and Licensing. 1. What is an API? 1.1. API de ned ... (Definition from Dictionary of Computer Science - Oxford ..... As the popularity of APIs has grown in the past few years, so too have the tools, best ..... Report (http://www

Mapping Salutation Architecture APIs
Jul 1, 1999 - Mapping Salutation Architecture APIs to Bluetooth Service ..... request protocol data unit (PDU) and one response PDU. ... For example, the.

Mobilizing the Maps Data APIs
Road API. - Geocoding API. - Directions API. - Elevation API. - Distance Matrix API. - Static Maps API. - Street View Image API. - Place API. - Roads API. - Geolocation API. • Embed Maps API. Page 5. Roads API. Clean up GPS noise location. 수집í•

D5.2: NUBOMEDIA framework APIs and tools v1
Jan 31, 2016 - Project title: NUBOMEDIA: an elastic Platform as a Service (PaaS) cloud .... 4.1.1 Media Capabilities APIs . ...... Network Function Virtualization.

Describing Web APIs' Social Parameters with RESTdesc
reason to choose a specific ontology or vocabulary to de- scribe the quality of a Web API. This is an important benefit, since we are not bound to a restricted set ...

oAuth 2.0 with Google Calendar APIs basic example -
Developers Console. 2.3 Create a new project in. Google Console. 2.4 Enable Google Calendar API. 2.5 Generate client id & secret. 2.6 Get authorization_code.

oAuth 2.0 with Google Calendar APIs basic example -
You will create an application (RunMyProcess based) that will try to access Google resources, on behalf of a Google ... Connect to Google Developers Console.