ContributionsMost RecentMost LikesSolutionsRe: Google REST API Error Thanks for the reply @rsramkoski Following is the screenshot of Google Account. I already configured access_type as offline. When I manually refresh the token or when I authorize the account, the pipeline is running for couple of mins before it endup in access token error. Google REST API Error Hello Everyone, We are using REST Post snap to push files to a Google Drive. The pipeline is working as expected but when we schedule the pipeline, it is throwing 400 error after running for couple of times. Following is the error that we see Error Reason : Snap errors: {ruuid=0123456789, label=gDrive - Meta Data Config, failure=Error reading account, reason=Snapi request failed: {"response_map": {"error_list": [{"message": "Request from accounts.google.com returned an error (response code: 400, response: {\n \"error\": \"invalid_request\",\n \"error_description\": \"Missing required parameter: refresh_token\"\n})"}]}, "http_status_code": 500}, resolution=null} Btw, we enabled auto_refresh token option in REST OAuth2 Account Still the issue remains same. Please let us know if anyone has faced this issue before or has any idea on how to fix this one. Thanks, Pradeep. Re: How to encode (base64 format) a zip file? Bumping up! Re: How to encode (base64 format) a zip file? @cjhoward18 I am unable to setup the mapper. Do you know how the mapping should be? How to encode (base64 format) a zip file? Hello Everyone! We are planning to build a pipeline to achieve the following scenario. Extract Oracle Data → Create a CSV File → Zip CSV file → Convert Zip file to Base64 Format. We build the pipeline as following. We were able to do all activities till zipping the file but, we didnt find any Snaps available to convert Zip file to Base64 format. We saw mapper has functionality to convert the contents into Base64 format but, we didnt find any Snap that can convert entire zip file into Base64 format. Please help with your suggestions if anyone come across or have some idea to achieve this? Thanks, Pradeep.