Send Netsuite Data to Google Drive
Hello, Does anyone know how to move Netsuite data to Google Drive?
I am facing an issue fetching token access, Please let me know anyone has idea how to do.
var token_data= nlapiRequestURL(‘https://www.googleapis.com/auth/drive.file’,token_body,null,”GET”);
I am trying above way to fetch token
getting response “nlobjServerResponse” and inside body response getting “drive.file“
Hi,
I’m reasonably confident that your Token URL isn’t correct – I think what you have there is a “scope”.
It’s been a while since I did this with Google but this has always been an invaluable tool:
https://developers.google.com/oauthplayground
Thanks,
Chris
Do you have any idea to send file cabinet files to google drive.
Which format we have to send files from netsuite to google drive.
Hi,
Have you looked at this documentation:
https://developers.google.com/drive/api/v3/manage-uploads
You’ll need to do the whole OAuth stuff first but then this is the API to perform the actual upload.
Thanks,
Chris
Please let me know if you need any further help as you go along.
Do you have any idea to create a custom field one by one.
Means one row one custom field only we have to display.
Hi,
I’m not sure I understand the question. What record will your custom field be on? This sounds more like a custom Record if it is to be displayed in a list.
It may be worth creating a new question and posting some further details.
Thanks,
Chris