bvstone

GreenTools for Microsoft Apps (G4MS) v9.10 Now Includes OneDrive Functions that Work With Groups/Shared Drives

Posted:

GreenTools for Microsoft Apps (G4MS) v9.10 Now Includes OneDrive Functions that Work With Groups/Shared Drives

GreenTools for Microsoft Apps (G4MS) v9.10 now includes the G4MSID (OneDrive) addon v7.00.  The main changes to this version is that you now can specify a group/shared drive name or group/shared drive id when performing most OneDrive functions.

Leaving the Group ID and Group Name functions blank will default to using your personal local OneDrive.

Examples:

Upload to root of shared drive:
G4MSUPLOAD ID(bvstone@xxxxxx.com) STMF('/tmp/myfile.pdf') GROUP('My Shared Group')   

Upload to folder of shared drive:
G4MSUPLOAD ID(bvstone@xxxxx.com) STMF('/tmp/test.pdf') TOFLR('/temp') GROUP('My Shared Group')        

The Source Physical File QRPGLESRC in the G4MS library also includes a few more sample programs to show how to use the ILE functions to retrieve Drive IDs, Folder IDs and File IDs from both your local OneDrive Drive and Shared Drives.

H DFTACTGRP(*NO) ACTGRP('G4MS') BNDDIR('G4MS')                          
 ****************************************************************       
 /copy qcopysrc,p.g4ms                                                  
 ****************************************************************       
D id              S            256                                      
D errorMsg        S            256                                      
D rc              S             10i 0                                   
D groupID         S            256
D itemID          S            256                                      
 ****************************************************************       
  id = 'bvstone@bvstools.xxxxxxx.com';                              
                                                                        
  // get id of group                                                    
  g4ms_setValue('id':id);                                               
  g4ms_setValue('group_name':'My Shared Files');                        
  groupID = g4ms_getGroupID(errorMsg);   

  // get id of a folder in a group
  rc = g4msod_setValue('id':id);    
  g4ms_setValue('group_name':'My Shared Files');                        rc = 
  g4msod_setValue('path':'/Attachments');                      
  itemID = g4msod_getItemID(errorMsg);                                                             
                                                                        
  *INLR = *ON;                                                                                                               

As you can see, the g4ms_setValue() function is used to set the group name.  Normally this would be g4msod_setValue(), but because groups can cover the entire Office 365 environment we made it more global so in the future if we need to use Groups with other addons that it's already set up.

As always, feel free to contact us with any questions.


Last edited 07/19/2022 at 10:46:57



Latest Posts:

BVSTools Releases Send Job Log to BVSTools (SNDLOG2BVS) Command BVSTools Releases Send Job Log to BVSTools (SNDLOG2BVS) Command
Posted by August 28, 2023
BVSTools >> BVSTools Announcements
MAILTOOL Now Allows Email Redirection for Development and Testing MAILTOOL Now Allows Email Redirection for Development and Testing
Posted by May 27, 2023
BVSTools >> BVSTools Announcements >> eMail Tool (MAILTOOL) Specific Announcements
GreenTools for Microsoft Apps (G4MS) Now Supports Footers When Sending Email GreenTools for Microsoft Apps (G4MS) Now Supports Footers When Sending Email
Posted by March 29, 2023
BVSTools >> BVSTools Announcements >> GreenTools for Microsoft Apps (G4MS) Specific Announcements
QuickBooks Online - Subtotals and Discounts Frustration QuickBooks Online - Subtotals and Discounts Frustration
Posted by March 16, 2023
QuickBooks >> QuickBooks Online
Making the Switch From QuickBooks Desktop to QuickBooks Online - No Picnic Making the Switch From QuickBooks Desktop to QuickBooks Online - No Picnic
Posted by March 16, 2023
QuickBooks >> QuickBooks Online
BVSTools Software Verified on V7R5 and Power10 BVSTools Software Verified on V7R5 and Power10
Posted by December 9, 2022
BVSTools >> BVSTools Announcements
Microsoft Office 365 Servers and Random Errors Issue Microsoft Office 365 Servers and Random Errors Issue
Posted by November 14, 2022
BVSTools >> BVSTools Software Discussion >> Email Tools (MAILTOOL) Specific Discussion
Sending/Resending Emails Using a MIME File with MAILTOOL Sending/Resending Emails Using a MIME File with MAILTOOL
Posted by November 8, 2022
BVSTools >> BVSTools Software Discussion >> Email Tools (MAILTOOL) Specific Discussion
Sending an HTML Email on Your IBM i Using MAILTOOL Sending an HTML Email on Your IBM i Using MAILTOOL
Posted by November 1, 2022
BVSTools >> BVSTools Software Discussion >> Email Tools (MAILTOOL) Specific Discussion
Transferring License Keys from One System to Another Transferring License Keys from One System to Another
Posted by October 31, 2022
BVSTools >> BVSTools Software Discussion
Calculating the Size of a File Before Base64 Encoding Calculating the Size of a File Before Base64 Encoding
Posted by August 13, 2022
Programming >> RPG Programming
GreenTools for Microsoft Apps (G4MS) v9.12 Now Includes Function to Send Emails using MIME File GreenTools for Microsoft Apps (G4MS) v9.12 Now Includes Function to Send Emails using MIME File
Posted by August 11, 2022
BVSTools >> BVSTools Announcements >> GreenTools for Microsoft Apps (G4MS) Specific Announcements
GreenTools for Google Apps (G4G) v15.20 Now Supports Shortcuts GreenTools for Google Apps (G4G) v15.20 Now Supports Shortcuts
Posted by August 6, 2022
BVSTools >> BVSTools Announcements >> GreenTools for G Suite (Google Apps) (G4G) Specific Announcements
GreenTools for Microsoft Apps (G4MS) Groups Admin Authority Instructions GreenTools for Microsoft Apps (G4MS) Groups Admin Authority Instructions
Posted by July 26, 2022
BVSTools >> BVSTools Software Discussion >> GreenTools for Microsoft Apps (G4MS) Specific Discussion
GreenTools for Microsoft Apps (G4MS) v9.10 Now Includes OneDrive Functions that Work With Groups/Shared Drives GreenTools for Microsoft Apps (G4MS) v9.10 Now Includes OneDrive Functions that Work With Groups/Shared Drives
Posted by July 19, 2022
BVSTools >> BVSTools Announcements >> GreenTools for Microsoft Apps (G4MS) Specific Announcements

Reply




© Copyright 1983-2020 BVSTools
GreenBoard(v3) Powered by the eRPG SDK, MAILTOOL Plus!, GreenTools for Google Apps, jQuery, jQuery UI, BlockUI, CKEditor and running on the IBM i (AKA AS/400, iSeries, System i).