Rclone and Google drive Integration doesn't work
Posted: Sat Nov 08, 2025 11:15 am
my plan to use blomp is to migrate big files from google drive to blomp. ofc i've paid your 10TB plan
but your app integration still flagged by Google, says "This App is Blocked"
"This app tried to access sensitive info in your Google Account. To keep your account safe, Google blocked this access."
While you fix the damn app integration, my plan b to use rclone to migrate files directly from google drive to blomp using `rclone copy`. but the default config doesnt work
ive tried some config from some users on your support forum, but it returned 404 :
can you please provide us some support for rclone this time ? you said "Blomp and Rclone: A Perfect Match" on technical home page, right ? you shoud provide official support if thats your marketing words
here is my rclone config for blomp:
but your app integration still flagged by Google, says "This App is Blocked"
"This app tried to access sensitive info in your Google Account. To keep your account safe, Google blocked this access."
While you fix the damn app integration, my plan b to use rclone to migrate files directly from google drive to blomp using `rclone copy`. but the default config doesnt work
ive tried some config from some users on your support forum, but it returned 404 :
Code: Select all
2025/11/08 22:45:53 ERROR : rc: "operations/fsinfo": error: HTTP Error: 404: 404 Not Found
2025/11/08 22:45:53 ERROR : rc: "operations/list": error: HTTP Error: 404: 404 Not Found
2025/11/08 22:46:37 ERROR : rc: "operations/uploadfile": error: HTTP Error: 404: 404 Not Found
here is my rclone config for blomp:
Code: Select all
[blomp]
type = swift
user = myemail@gmail.com
key = PASSWORD
auth = https://authenticate.blomp.com/v2.0/
tenant = storage
auth_version = 2
endpoint_type = public
leave_parts_on_error = true
chunk_size = 1P
no_chunk = false
[blomp_alias]
type = alias
remote = blomp:myemail@gmail.com