From ebe382be33f9169cf65eb01d1591f5432f03f410 Mon Sep 17 00:00:00 2001 From: Arron Stone <37765301+Abrarahmed786@users.noreply.github.com> Date: Fri, 21 Sep 2018 15:50:00 +0530 Subject: [PATCH] Update TakePicture.cs --- Assets/TakePicture.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Assets/TakePicture.cs b/Assets/TakePicture.cs index 9aa0faf..231dc52 100755 --- a/Assets/TakePicture.cs +++ b/Assets/TakePicture.cs @@ -8,13 +8,13 @@ public class TakePicture : MonoBehaviour //*****THE getData.php FILE THAT YOU NEED TO HOST ON A SERVER THAT HAS NODE.JS INSTALLED IS IN THE ASSETS FOLDER!***** //change this to reflect your custom hosted url followed by getData.php?url= - private const string BASE_URL = "www..com/getData.php?url="; + private const string BASE_URL = "www.matthewhallberg.com/getData.php?url="; //enter your google api key for custom search here - private const string GOOGLE_API_KEY = "***************************"; + private const string GOOGLE_API_KEY = "AIzaSyD9QU4FJ8G2Y8E8ZtOv_RD9KvhcC97jeC0"; //enter your cloud name from cloudinary here - private const string CLOUD_NAME = "*********"; + private const string CLOUD_NAME = "db9b6mptp"; //enter your cloudinary upload preset name - private const string UPLOAD_PRESET_NAME = "****"; + private const string UPLOAD_PRESET_NAME = "fiwicaw7"; //private const string CLOUDINARY_API_KEY = "464228211727792"; @@ -270,4 +270,4 @@ public void StartCamera(){ //starts the process StartCoroutine ("TakePhoto"); } -} \ No newline at end of file +}