Dear Dropbox.
I'm using Dropbox API V2.
When I use 'save_url` with a URL from goolge-drive. Server reply for me status of job is `complete`. But file which is saved in my dropbox is error.
Example:
I need Dropbox save a image from a shared link of google-drive.
URL from google-drive : https://docs.google.com/uc?id=0B3uqZYHn2MTjVnBmV2VjNXhteGc&export=download
It will redirect to other URL before response data.
EX : https://doc-04-0g-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/mn025k8nt7vclhk3fl5sbov35mdog20s/1464148800000/07410798653200368890/*/0B3uqZYHn2MTjVnBmV2VjNXhteGc?e=download
Job_id when I call save_url is : AnKYXjkxeTwAAAAAAABi1g.
The Image which Dropbox server save in my Dropbox get is :
https://www.dropbox.com/s/r88l0lug5w55fxd/13183547_113688979050454_97594735_n.jpg?dl=0.
BUT, my image can not display.
I had checked in my image. It is added some HMLT code:
=====================================
<HTML>
<HEAD>
<TITLE>Moved Temporarily</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Moved Temporarily</H1>
The document has moved <A HREF="https://doc-04-0g-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/mn025k8nt7vclhk3fl5sbov35mdog20s/1464148800000/07410798653200368890/*/0B3uqZYHn2MTjVnBmV2VjNXhteGc?e=download">here</A>.
</BODY>
</HTML>
...............[image data].........................
=====================================
Please check.
Thanks!