File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ feature -- {NONE}
1919 do
2020 logger .write_information (" make-> ======================> Starting application" )
2121
22- set_from_json_credentials_file_path (create {PATH }.make_from_string (" /home/pg/tmp/eg-sheets /EGSheets-itadmin-api-project-credentials.json" ))
22+ set_from_json_credentials_file_path (create {PATH }.make_from_string (" /home/pg/data/solarity/sit-dev/etc/opt/solarity /EGSheets-itadmin-api-project-credentials.json" ))
2323 retrieve_access_token
2424-- test_create_sheet
2525-- test_get_sheet ("1v1N4nRa6mmLcP9rUuyQPiCnLuUcBQFDEC7E0CDg3ASI")
2626 test_append_sheet (" 19cKCmQBWJoMePX0Iy6LueHRw0sS2bMcyP1Auzbkvj6M" ) -- pg
2727 -- test_append_sheet ("1j5CTkpgOc6Y5qgYdA_klZYjNhmN2KYocoZAdM4Y61tw") --jv
2828
29- set_from_json_credentials_file_path (create {PATH }.make_from_string (CREDENTIALS_PATH ))
29+ -- set_from_json_credentials_file_path (create {PATH}.make_from_string (CREDENTIALS_PATH))
3030 retrieve_access_token
3131 test_get_sheet (" 1v1N4nRa6mmLcP9rUuyQPiCnLuUcBQFDEC7E0CDg3ASI" )
3232
@@ -154,6 +154,6 @@ feature -- Tests
154154
155155feature {NONE } -- Implementations
156156
157- CREDENTIALS_PATH : STRING =" credentials.json"
157+ CREDENTIALS_PATH : STRING =" credentials.json" -- get this file from https://console.developers.google.com/
158158 -- Credentials path to json file.
159159end
You can’t perform that action at this time.
0 commit comments