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