Skip to content

Instantly share code, notes, and snippets.

View jjaviersuarez's full-sized avatar

Jenier Suarez jjaviersuarez

View GitHub Profile
@tschf
tschf / google_drive.pkb
Last active November 30, 2021 00:36
google_drive in plsql
create or replace
PACKAGE GOOGLE_DRIVE
as
type t_varchar2 is table of varchar2(50);
-- Set default folder ID to upload to (got from last portion of URL when opening folder)
g_upload_folder_id varchar2(400) := '';
procedure get_authorization_url(