Hi, I have build an dropbox uploader in the web using the await dbx.filesUploadSessionStart and it works great in the desktop and mobile.
However It causes an error in the mobile browser if we select the files only from google drive. This error happens only in the mobile browser. There is a TypeError, Failed to fetch error, which I guess it might be cors issue ?
May I know how I can fix this ?
Thank you.