Skip to content

Latest commit

 

History

History

load-data-to-gsheet

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Steps to run the sample

1. Configuring the Config.toml file

  1. Create a Config.toml file in the root directory and add the below content.
refreshToken = "<REFRESH_TOKEN>"
clientId = "<CLIENT_ID>"
clientSecret = "<CLIENT_SECRET>"
  1. Obtain your tokens using this link and replace with values in the Config.toml.

2. Running the sample

Run the following command from the root directory of the sample.

$ bal run